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
manywarnings: port to 64-bit GCC builds of Emacs
[gnulib.git]
/
modules
/
rintl
blob
0ca3f4429ec9769ae135bf5ba81092853ef1642a
1
Description:
2
rintl() function: round according to the current rounding mode.
3
4
Files:
5
lib/rintl.c
6
lib/rint.c
7
m4/rintl.m4
8
m4/mathfunc.m4
9
10
Depends-on:
11
math
12
extensions
13
rint [test $HAVE_RINTL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
14
15
configure.ac:
16
gl_FUNC_RINTL
17
if test $HAVE_RINTL = 0; then
18
AC_LIBOBJ([rintl])
19
fi
20
gl_MATH_MODULE_INDICATOR([rintl])
21
22
Makefile.am:
23
24
Include:
25
<math.h>
26
27
Link:
28
$(RINTL_LIBM)
29
30
License:
31
LGPL
32
33
Maintainer:
34
all