summaryrefslogtreecommitdiff
path: root/modules/truncl
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-10-05 01:39:53 +0200
committerBruno Haible <bruno@clisp.org>2007-10-05 01:39:53 +0200
commit07ee175667124bb43729b90936eaf2ebe523f368 (patch)
treeafc6885733c776bef8dd80900efb5f047516d2c8 /modules/truncl
parent629f74aef6aa27aecf73c33bad830f6785b3c128 (diff)
downloadgnulib-07ee175667124bb43729b90936eaf2ebe523f368.tar.gz
New module 'truncl'.
Diffstat (limited to 'modules/truncl')
-rw-r--r--modules/truncl31
1 files changed, 31 insertions, 0 deletions
diff --git a/modules/truncl b/modules/truncl
new file mode 100644
index 0000000000..d3d88847ae
--- /dev/null
+++ b/modules/truncl
@@ -0,0 +1,31 @@
+Description:
+truncl() function: round towards zero.
+
+Files:
+lib/truncl.c
+lib/trunc.c
+m4/truncl.m4
+
+Depends-on:
+math
+extensions
+float
+
+configure.ac:
+gl_FUNC_TRUNCL
+gl_MATH_MODULE_INDICATOR([truncl])
+
+Makefile.am:
+
+Include:
+<math.h>
+
+Link:
+$(TRUNCL_LIBM)
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
+