Update and improve help for --without-included-regex.
[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 float
14 math
15 extensions
16
17 configure.ac:
18 gl_FUNC_ROUNDL
19 gl_MATH_MODULE_INDICATOR([roundl])
20
21 Makefile.am:
22
23 Include:
24 <math.h>
25
26 Link:
27 $(ROUNDL_LIBM)
28
29 License:
30 LGPL
31
32 Maintainer:
33 Ben Pfaff
34