gnulib-tool: Fix trouble caused by Python's bytecode cache.
[gnulib.git] / modules / remainder
blob08d7aacaabc01d989e650a17b5bb3348a326c815
1 Description:
2 remainder() function: floating-point remainder function.
4 Files:
5 lib/remainder.c
6 m4/remainder.m4
7 m4/mathfunc.m4
9 Depends-on:
10 math
11 isfinite        [test $HAVE_REMAINDER = 0 || test $REPLACE_REMAINDER = 1]
12 signbit         [test $HAVE_REMAINDER = 0 || test $REPLACE_REMAINDER = 1]
13 fabs            [test $HAVE_REMAINDER = 0 || test $REPLACE_REMAINDER = 1]
14 fmod            [test $HAVE_REMAINDER = 0 || test $REPLACE_REMAINDER = 1]
15 isnand          [test $HAVE_REMAINDER = 0 || test $REPLACE_REMAINDER = 1]
16 isinf           [test $HAVE_REMAINDER = 0 || test $REPLACE_REMAINDER = 1]
18 configure.ac:
19 gl_FUNC_REMAINDER
20 gl_CONDITIONAL([GL_COND_OBJ_REMAINDER],
21                [test $HAVE_REMAINDER = 0 || test $REPLACE_REMAINDER = 1])
22 gl_MATH_MODULE_INDICATOR([remainder])
24 Makefile.am:
25 if GL_COND_OBJ_REMAINDER
26 lib_SOURCES += remainder.c
27 endif
29 Include:
30 <math.h>
32 Link:
33 $(REMAINDER_LIBM)
35 License:
36 LGPL
38 Maintainer:
39 all