36 lines
513 B
Plaintext
36 lines
513 B
Plaintext
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
|