Implement 'round', 'roundf', 'roundl' modules.
[gnulib.git] / modules / roundf
1 Description:
2 roundf() function: round toward nearest, breaking ties away from zero.
3
4 Files:
5 lib/round.c
6 lib/roundf.c
7 m4/check-libm-func.m4
8 m4/roundf.m4
9
10 Depends-on:
11 float
12 math
13 extensions
14
15 configure.ac:
16 gl_FUNC_ROUNDF
17 gl_MATH_MODULE_INDICATOR([roundf])
18
19 Makefile.am:
20
21 Include:
22 <math.h>
23
24 Link:
25 $(ROUNDF_LIBM)
26
27 License:
28 LGPL
29
30 Maintainer:
31 Ben Pfaff
32