* stdbit_h.m4: Fix first-line comment.
[gnulib.git] / modules / ceilf
blob57daa285942539a6e8fd82e0ab62117349f12e31
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           [test $HAVE_DECL_CEILF = 0 || test $REPLACE_CEILF = 1]
14 configure.ac:
15 gl_FUNC_CEILF
16 gl_CONDITIONAL([GL_COND_OBJ_CEILF],
17                [test $HAVE_DECL_CEILF = 0 || test $REPLACE_CEILF = 1])
18 gl_MATH_MODULE_INDICATOR([ceilf])
20 Makefile.am:
21 if GL_COND_OBJ_CEILF
22 lib_SOURCES += ceilf.c
23 endif
25 Include:
26 <math.h>
28 Link:
29 $(CEILF_LIBM)
31 License:
32 LGPL
34 Maintainer:
35 all