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
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
rint
blob
a40b1457e141d998a2a99a915efb742a3ac3f3cc
1
Description:
2
rint() function: round according to the current rounding mode.
3
4
Files:
5
lib/rint.c
6
m4/rint.m4
7
m4/mathfunc.m4
8
9
Depends-on:
10
math
11
12
configure.ac:
13
gl_FUNC_RINT
14
if test $HAVE_RINT = 0; then
15
AC_LIBOBJ([rint])
16
fi
17
gl_MATH_MODULE_INDICATOR([rint])
18
19
Makefile.am:
20
21
Include:
22
<math.h>
23
24
Link:
25
$(RINT_LIBM)
26
27
License:
28
LGPL
29
30
Maintainer:
31
all