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
pipe-filter-ii, pipe-filter-gi: Fix warnings on native Windows.
[gnulib.git]
/
modules
/
roundf
blob
619233db1c65dbb2e51afa20cb138503050228c9
1
Description:
2
roundf() function: round toward nearest, breaking ties away from zero.
3
4
Files:
5
lib/round.c
6
lib/roundf.c
7
m4/check-math-lib.m4
8
m4/roundf.m4
9
m4/floorf.m4
10
m4/ceilf.m4
11
12
Depends-on:
13
math
14
extensions
15
float [test $HAVE_ROUNDF = 0 || test $REPLACE_ROUNDF = 1]
16
17
configure.ac:
18
gl_FUNC_ROUNDF
19
if test $HAVE_ROUNDF = 0 || test $REPLACE_ROUNDF = 1; then
20
AC_LIBOBJ([roundf])
21
fi
22
gl_MATH_MODULE_INDICATOR([roundf])
23
24
Makefile.am:
25
26
Include:
27
<math.h>
28
29
Link:
30
$(ROUNDF_LIBM)
31
32
License:
33
LGPL
34
35
Maintainer:
36
Ben Pfaff
37