1Description:
2floorl() function: round towards negative infinity.
3
4Files:
5lib/floorl.c
6lib/floor.c
7m4/floorl.m4
8
9Depends-on:
10math
11extensions
12floor           [{ test $HAVE_DECL_FLOORL = 0 || test $REPLACE_FLOORL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
13float           [{ test $HAVE_DECL_FLOORL = 0 || test $REPLACE_FLOORL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
14
15configure.ac:
16gl_FUNC_FLOORL
17if test $HAVE_DECL_FLOORL = 0 || test $REPLACE_FLOORL = 1; then
18  AC_LIBOBJ([floorl])
19fi
20gl_MATH_MODULE_INDICATOR([floorl])
21
22Makefile.am:
23
24Include:
25<math.h>
26
27Link:
28$(FLOORL_LIBM)
29
30License:
31LGPL
32
33Maintainer:
34Bruno Haible
35
36