Document not_eol and remove mention of regex.c.
[gnulib/ericb.git] / modules / roundl
blob9eb9f1de544b0657a1b1fd8c3b10aef282acfd8a
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 float
14 math
15 extensions
17 configure.ac:
18 gl_FUNC_ROUNDL
19 gl_MATH_MODULE_INDICATOR([roundl])
21 Makefile.am:
23 Include:
24 <math.h>
26 Link:
27 $(ROUNDL_LIBM)
29 License:
30 LGPL
32 Maintainer:
33 Ben Pfaff