verify: new macro 'assume'
[gnulib.git] / modules / roundl
1 Description:
2 roundl() function: round toward nearest, breaking ties away from zero.
3
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
11
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]
17
18 configure.ac:
19 gl_FUNC_ROUNDL
20 if test $HAVE_ROUNDL = 0 || test $REPLACE_ROUNDL = 1; then
21   AC_LIBOBJ([roundl])
22 fi
23 gl_MATH_MODULE_INDICATOR([roundl])
24
25 Makefile.am:
26
27 Include:
28 <math.h>
29
30 Link:
31 $(ROUNDL_LIBM)
32
33 License:
34 LGPL
35
36 Maintainer:
37 Ben Pfaff
38