New module 'remainderl'.
[gnulib.git] / modules / remainderl
1 Description:
2 remainderl() function: floating-point remainder function.
3
4 Files:
5 lib/remainderl.c
6 m4/remainderl.m4
7 m4/mathfunc.m4
8
9 Depends-on:
10 math
11 remainder       [test $HAVE_REMAINDERL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
12 roundl          [test $HAVE_REMAINDERL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
13 fmal            [test $HAVE_REMAINDERL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
14
15 configure.ac:
16 gl_FUNC_REMAINDERL
17 if test $HAVE_REMAINDERL = 0; then
18   AC_LIBOBJ([remainderl])
19 fi
20 gl_MATH_MODULE_INDICATOR([remainderl])
21
22 Makefile.am:
23
24 Include:
25 <math.h>
26
27 Link:
28 $(REMAINDERL_LIBM)
29
30 License:
31 LGPL
32
33 Maintainer:
34 Bruno Haible