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
havelib: Fix for Solaris 11 OpenIndiana and Solaris 11 OmniOS.
[gnulib.git]
/
modules
/
floorf
blob
cbf05d4dc01cb4f258ba7f9f292f7e93421b4333
1
Description:
2
floorf() function: round towards negative infinity.
3
4
Files:
5
lib/floorf.c
6
lib/floor.c
7
m4/floorf.m4
8
9
Depends-on:
10
math
11
extensions
12
float [test $HAVE_DECL_FLOORF = 0 || test $REPLACE_FLOORF = 1]
13
14
configure.ac:
15
gl_FUNC_FLOORF
16
if test $HAVE_DECL_FLOORF = 0 || test $REPLACE_FLOORF = 1; then
17
AC_LIBOBJ([floorf])
18
fi
19
gl_MATH_MODULE_INDICATOR([floorf])
20
21
Makefile.am:
22
23
Include:
24
<math.h>
25
26
Link:
27
$(FLOORF_LIBM)
28
29
License:
30
LGPL
31
32
Maintainer:
33
all