gnulib-tool.py: Add a new GLFileTable class.
[gnulib.git] / modules / roundl
blob87cd4ff34de449bf56651c8c75f6510eeb945508
1 Description:
2 roundl() function: round toward nearest, breaking ties away from zero.
4 Files:
5 lib/round.c
6 lib/roundl.c
7 m4/check-math-lib.m4
8 m4/roundl.m4
9 m4/floorl.m4
10 m4/ceill.m4
12 Depends-on:
13 math
14 extensions
15 round           [{ test $HAVE_ROUNDL = 0 || test $REPLACE_ROUNDL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
16 float           [{ test $HAVE_ROUNDL = 0 || test $REPLACE_ROUNDL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
18 configure.ac:
19 gl_FUNC_ROUNDL
20 gl_CONDITIONAL([GL_COND_OBJ_ROUNDL],
21                [test $HAVE_ROUNDL = 0 || test $REPLACE_ROUNDL = 1])
22 gl_MATH_MODULE_INDICATOR([roundl])
24 Makefile.am:
25 if GL_COND_OBJ_ROUNDL
26 lib_SOURCES += roundl.c
27 endif
29 Include:
30 <math.h>
32 Link:
33 $(ROUNDL_LIBM)
35 License:
36 LGPL
38 Maintainer:
39 Ben Pfaff