Merge commit 'b572c3a256e7bf1e4eecc8c36448c08093240a6a' into stable
[gnulib.git] / modules / fmodf
1 Description:
2 fmodf() function: floating-point remainder function.
3
4 Files:
5 lib/fmodf.c
6 m4/fmodf.m4
7
8 Depends-on:
9 math
10 fmod            [test $HAVE_FMODF = 0]
11
12 configure.ac:
13 gl_FUNC_FMODF
14 if test $HAVE_FMODF = 0; then
15   AC_LIBOBJ([fmodf])
16 fi
17 gl_MATH_MODULE_INDICATOR([fmodf])
18
19 Makefile.am:
20
21 Include:
22 <math.h>
23
24 Link:
25 $(FMODF_LIBM)
26
27 License:
28 LGPL
29
30 Maintainer:
31 Bruno Haible