summaryrefslogtreecommitdiff
path: root/modules/ceilf
blob: 57daa285942539a6e8fd82e0ab62117349f12e31 (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
34
35
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
gl_CONDITIONAL([GL_COND_OBJ_CEILF],
               [test $HAVE_DECL_CEILF = 0 || test $REPLACE_CEILF = 1])
gl_MATH_MODULE_INDICATOR([ceilf])

Makefile.am:
if GL_COND_OBJ_CEILF
lib_SOURCES += ceilf.c
endif

Include:
<math.h>

Link:
$(CEILF_LIBM)

License:
LGPL

Maintainer:
all