Merge commit 'stable/20110609'
[gnulib.git] / modules / round
1 Description:
2 round() function: round toward nearest, breaking ties away from zero.
3
4 Files:
5 lib/round.c
6 m4/check-math-lib.m4
7 m4/round.m4
8 m4/floor.m4
9 m4/ceil.m4
10
11 Depends-on:
12 math
13 extensions
14 float           [test $HAVE_DECL_ROUND = 0 || test $REPLACE_ROUND = 1]
15 floor           [test $HAVE_DECL_ROUND = 0 || test $REPLACE_ROUND = 1]
16
17 configure.ac:
18 gl_FUNC_ROUND
19 gl_MATH_MODULE_INDICATOR([round])
20
21 Makefile.am:
22
23 Include:
24 <math.h>
25
26 Link:
27 $(ROUND_LIBM)
28
29 License:
30 LGPL
31
32 Maintainer:
33 Ben Pfaff
34