Description:
rintf() function: round according to the current rounding mode.

Files:
lib/rintf.c
lib/rint.c
m4/rintf.m4
m4/mathfunc.m4

Depends-on:
math
extensions

configure.ac:
gl_FUNC_RINTF
gl_CONDITIONAL([GL_COND_OBJ_RINTF], [test $HAVE_RINTF = 0])
gl_MATH_MODULE_INDICATOR([rintf])

Makefile.am:
if GL_COND_OBJ_RINTF
lib_SOURCES += rintf.c
endif

Include:
<math.h>

Link:
$(RINTF_LIBM)

License:
LGPL

Maintainer:
all
