Merge commit 'a39d4083cab589d7cd6a13e8a4b8db8875261d75'
[gnulib.git] / modules / rint
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 Bruno Haible