Hash :
740a1058
Author :
Date :
2012-02-25T15:30:53
New module 'modfl'. * lib/math.in.h (modfl): New declaration. * lib/modfl.c: New file. * m4/modfl.m4: New file. * m4/math_h.m4 (gl_MATH_H): Test whether modfl is declared. (gl_MATH_H_DEFAULTS): Initialize GNULIB_MODFL, HAVE_MODFL. * modules/math (Makefile.am): Substitute GNULIB_MODFL, HAVE_MODFL. * modules/modfl: New file. * doc/posix-functions/modfl.texi: Mention the new module.
Description:
modfl() function: get signed integer and fractional parts.
Files:
lib/modfl.c
m4/modfl.m4
m4/mathfunc.m4
Depends-on:
math
modf [test $HAVE_MODFL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
truncl [test $HAVE_MODFL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
configure.ac:
gl_FUNC_MODFL
if test $HAVE_MODFL = 0; then
AC_LIBOBJ([modfl])
fi
gl_MATH_MODULE_INDICATOR([modfl])
Makefile.am:
Include:
<math.h>
Link:
$(MODFL_LIBM)
License:
LGPL
Maintainer:
Bruno Haible