Implement 'round', 'roundf', 'roundl' modules.
[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-libm-func.m4
7 m4/round.m4
8
9 Depends-on:
10 float
11 floor
12 math
13 extensions
14
15 configure.ac:
16 gl_FUNC_ROUND
17 gl_MATH_MODULE_INDICATOR([round])
18
19 Makefile.am:
20
21 Include:
22 <math.h>
23
24 Link:
25 $(ROUND_LIBM)
26
27 License:
28 LGPL
29
30 Maintainer:
31 Ben Pfaff
32