Merge branch 'upstream' into stable
[gnulib.git] / modules / ceil
1 Description:
2 ceil() function: round towards positive infinity.
3
4 Files:
5 lib/ceil.c
6 m4/ceil.m4
7
8 Depends-on:
9 math
10 float           [test $REPLACE_CEIL = 1]
11
12 configure.ac:
13 gl_FUNC_CEIL
14 gl_MATH_MODULE_INDICATOR([ceil])
15
16 Makefile.am:
17
18 Include:
19 <math.h>
20
21 Link:
22 $(CEIL_LIBM)
23
24 License:
25 LGPL
26
27 Maintainer:
28 Bruno Haible
29