view modules/rintf @ 17111:b8250ce33952

hash-pjw: relax license to LGPLv2+ * modules/hash-pjw (License): Relax, with consent of author.
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 26 Sep 2012 20:12:57 -0700
parents fdbe3125f81a
children
line wrap: on
line source

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
if test $HAVE_RINTF = 0; then
  AC_LIBOBJ([rintf])
fi
gl_MATH_MODULE_INDICATOR([rintf])

Makefile.am:

Include:
<math.h>

Link:
$(RINTF_LIBM)

License:
LGPL

Maintainer:
Bruno Haible