setlocale: Improve locale handling on macOS 10.12 or newer.
[gnulib.git] / modules / floor
blob2c1cd6a06853e542b7e489294aab7b3d22c92b74
1 Description:
2 floor() function: round towards negative infinity.
4 Files:
5 lib/floor.c
6 m4/floor.m4
8 Depends-on:
9 math
10 float           [test $REPLACE_FLOOR = 1]
12 configure.ac:
13 gl_FUNC_FLOOR
14 if test $REPLACE_FLOOR = 1; then
15   AC_LIBOBJ([floor])
17 gl_MATH_MODULE_INDICATOR([floor])
19 Makefile.am:
21 Include:
22 <math.h>
24 Link:
25 $(FLOOR_LIBM)
27 License:
28 LGPL
30 Maintainer:
31 all