doc: Mention backtrace functions supported on BSD.
[gnulib.git] / modules / fmod
blob1711d2916437d9a82a8897d2c11c10a5bde9fac6
1 Description:
2 fmod() function: floating-point remainder function.
4 Files:
5 lib/fmod.c
6 m4/fmod.m4
7 m4/mathfunc.m4
9 Depends-on:
10 math
11 isfinite        [test $REPLACE_FMOD = 1]
12 signbit         [test $REPLACE_FMOD = 1]
13 fabs            [test $REPLACE_FMOD = 1]
14 frexp           [test $REPLACE_FMOD = 1]
15 trunc           [test $REPLACE_FMOD = 1]
16 ldexp           [test $REPLACE_FMOD = 1]
17 isnand          [test $REPLACE_FMOD = 1]
18 isinf           [test $REPLACE_FMOD = 1]
20 configure.ac:
21 gl_FUNC_FMOD
22 gl_CONDITIONAL([GL_COND_OBJ_FMOD], [test $REPLACE_FMOD = 1])
23 gl_MATH_MODULE_INDICATOR([fmod])
25 Makefile.am:
26 if GL_COND_OBJ_FMOD
27 lib_SOURCES += fmod.c
28 endif
30 Include:
31 <math.h>
33 Link:
34 $(FMOD_LIBM)
36 License:
37 LGPL
39 Maintainer:
40 all