33 lines
432 B
Plaintext
33 lines
432 B
Plaintext
Description:
|
|
floor() function: round towards negative infinity.
|
|
|
|
Files:
|
|
lib/floor.c
|
|
m4/floor.m4
|
|
|
|
Depends-on:
|
|
math
|
|
float [test $REPLACE_FLOOR = 1]
|
|
|
|
configure.ac:
|
|
AC_REQUIRE([gl_FUNC_FLOOR])
|
|
gl_CONDITIONAL([GL_COND_OBJ_FLOOR], [test $REPLACE_FLOOR = 1])
|
|
gl_MATH_MODULE_INDICATOR([floor])
|
|
|
|
Makefile.am:
|
|
if GL_COND_OBJ_FLOOR
|
|
lib_SOURCES += floor.c
|
|
endif
|
|
|
|
Include:
|
|
<math.h>
|
|
|
|
Link:
|
|
$(FLOOR_LIBM)
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
all
|