ftello: Prefer stdckdint to intprops.
[gnulib.git] / modules / rintf
blob85e8f7ad4398054e02dca3380870790c98337161
1 Description:
2 rintf() function: round according to the current rounding mode.
4 Files:
5 lib/rintf.c
6 lib/rint.c
7 m4/rintf.m4
8 m4/mathfunc.m4
10 Depends-on:
11 math
12 extensions
14 configure.ac:
15 gl_FUNC_RINTF
16 gl_CONDITIONAL([GL_COND_OBJ_RINTF], [test $HAVE_RINTF = 0])
17 gl_MATH_MODULE_INDICATOR([rintf])
19 Makefile.am:
20 if GL_COND_OBJ_RINTF
21 lib_SOURCES += rintf.c
22 endif
24 Include:
25 <math.h>
27 Link:
28 $(RINTF_LIBM)
30 License:
31 LGPL
33 Maintainer:
34 all