Document not_eol and remove mention of regex.c.
[gnulib/ericb.git] / modules / ceilf
blob3c0082c783d9943697822dfa02a3732b35bd0265
1 Description:
2 ceilf() function: round towards positive infinity.
4 Files:
5 lib/ceilf.c
6 lib/ceil.c
7 m4/ceilf.m4
9 Depends-on:
10 math
11 extensions
12 float
14 configure.ac:
15 gl_FUNC_CEILF
16 gl_MATH_MODULE_INDICATOR([ceilf])
18 Makefile.am:
20 Include:
21 <math.h>
23 Link:
24 $(CEILF_LIBM)
26 License:
27 LGPL
29 Maintainer:
30 Bruno Haible