repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
parse-datetime: simplify test for mktime failure
[gnulib.git]
/
modules
/
floor
blob
2c1cd6a06853e542b7e489294aab7b3d22c92b74
1
Description:
2
floor() function: round towards negative infinity.
3
4
Files:
5
lib/floor.c
6
m4/floor.m4
7
8
Depends-on:
9
math
10
float [test $REPLACE_FLOOR = 1]
11
12
configure.ac:
13
gl_FUNC_FLOOR
14
if test $REPLACE_FLOOR = 1; then
15
AC_LIBOBJ([floor])
16
fi
17
gl_MATH_MODULE_INDICATOR([floor])
18
19
Makefile.am:
20
21
Include:
22
<math.h>
23
24
Link:
25
$(FLOOR_LIBM)
26
27
License:
28
LGPL
29
30
Maintainer:
31
all