summaryrefslogtreecommitdiff
path: root/modules/ceilf
blob: fc04351d0e26a2f0bdbcd5b79f009a3ecc93882c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Description:
ceilf() function: round towards positive infinity.

Files:
lib/ceilf.c
lib/ceil.c
m4/ceilf.m4

Depends-on:
math
extensions
float           [test $HAVE_DECL_CEILF = 0 || test $REPLACE_CEILF = 1]

configure.ac:
gl_FUNC_CEILF
if test $HAVE_DECL_CEILF = 0 || test $REPLACE_CEILF = 1; then
  AC_LIBOBJ([ceilf])
fi
gl_MATH_MODULE_INDICATOR([ceilf])

Makefile.am:

Include:
<math.h>

Link:
$(CEILF_LIBM)

License:
LGPL

Maintainer:
all