verify: new macro 'assume'
[gnulib.git] / modules / fmod
1 Description:
2 fmod() function: floating-point remainder function.
3
4 Files:
5 lib/fmod.c
6 m4/fmod.m4
7 m4/mathfunc.m4
8
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]
19
20 configure.ac:
21 gl_FUNC_FMOD
22 if test $REPLACE_FMOD = 1; then
23   AC_LIBOBJ([fmod])
24 fi
25 gl_MATH_MODULE_INDICATOR([fmod])
26
27 Makefile.am:
28
29 Include:
30 <math.h>
31
32 Link:
33 $(FMOD_LIBM)
34
35 License:
36 LGPL
37
38 Maintainer:
39 Bruno Haible