summaryrefslogtreecommitdiff
path: root/modules/floor
blob: c4c71e9a3763103681d4e656ff7dfea6e1eef78e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Description:
floor() function: round towards negative infinity.

Files:
lib/floor.c
m4/floor.m4

Depends-on:
math
float           [test $REPLACE_FLOOR = 1]

configure.ac:
gl_FUNC_FLOOR
if test $REPLACE_FLOOR = 1; then
  AC_LIBOBJ([floor])
fi
gl_MATH_MODULE_INDICATOR([floor])

Makefile.am:

Include:
<math.h>

Link:
$(FLOOR_LIBM)

License:
LGPL

Maintainer:
Bruno Haible