Merge branch 'stable'
[gnulib.git] / modules / rintl
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 rint            [test $HAVE_RINTL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
13
14 configure.ac:
15 gl_FUNC_RINTL
16 if test $HAVE_RINTL = 0; then
17   AC_LIBOBJ([rintl])
18 fi
19 gl_MATH_MODULE_INDICATOR([rintl])
20
21 Makefile.am:
22
23 Include:
24 <math.h>
25
26 Link:
27 $(RINTL_LIBM)
28
29 License:
30 LGPL
31
32 Maintainer:
33 Bruno Haible