strnlen: document Android bug
[gnulib.git] / modules / floorl
blob3e796ca42f936e79a4b47db16d85a2b807a35778
1 Description:
2 floorl() function: round towards negative infinity.
4 Files:
5 lib/floorl.c
6 lib/floor.c
7 m4/floorl.m4
9 Depends-on:
10 math
11 extensions
12 floor           [{ test $HAVE_DECL_FLOORL = 0 || test $REPLACE_FLOORL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
13 float           [{ test $HAVE_DECL_FLOORL = 0 || test $REPLACE_FLOORL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
15 configure.ac:
16 AC_REQUIRE([gl_FUNC_FLOORL])
17 gl_CONDITIONAL([GL_COND_OBJ_FLOORL],
18                [test $HAVE_DECL_FLOORL = 0 || test $REPLACE_FLOORL = 1])
19 gl_MATH_MODULE_INDICATOR([floorl])
21 Makefile.am:
22 if GL_COND_OBJ_FLOORL
23 lib_SOURCES += floorl.c
24 endif
26 Include:
27 <math.h>
29 Link:
30 $(FLOORL_LIBM)
32 License:
33 LGPL
35 Maintainer:
36 all