2 remainder() function: floating-point remainder function.
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]
20 if test $HAVE_REMAINDER = 0 || test $REPLACE_REMAINDER = 1; then
21 AC_LIBOBJ([remainder])
23 gl_MATH_MODULE_INDICATOR([remainder])