summaryrefslogtreecommitdiff
path: root/modules/rintf
diff options
context:
space:
mode:
Diffstat (limited to 'modules/rintf')
-rw-r--r--modules/rintf32
1 files changed, 32 insertions, 0 deletions
diff --git a/modules/rintf b/modules/rintf
new file mode 100644
index 0000000000..92b93a399a
--- /dev/null
+++ b/modules/rintf
@@ -0,0 +1,32 @@
+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
+
+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