summaryrefslogtreecommitdiff
path: root/modules/truncf
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-10-05 01:06:37 +0200
committerBruno Haible <bruno@clisp.org>2007-10-05 01:06:37 +0200
commit152e99575c43cc17bbb11ecd32d38418c1d68dc6 (patch)
tree8ac7d899429a79f6b5f192a520034881a4cc844b /modules/truncf
parenta0a83999826796d8f758b05dac2fa3da366ac8ae (diff)
downloadgnulib-152e99575c43cc17bbb11ecd32d38418c1d68dc6.tar.gz
New module 'truncf'.
Diffstat (limited to 'modules/truncf')
-rw-r--r--modules/truncf31
1 files changed, 31 insertions, 0 deletions
diff --git a/modules/truncf b/modules/truncf
new file mode 100644
index 0000000000..6c4c46f12a
--- /dev/null
+++ b/modules/truncf
@@ -0,0 +1,31 @@
+Description:
+truncf() function: round towards zero.
+
+Files:
+lib/truncf.c
+lib/trunc.c
+m4/truncf.m4
+
+Depends-on:
+math
+extensions
+float
+
+configure.ac:
+gl_FUNC_TRUNCF
+gl_MATH_MODULE_INDICATOR([truncf])
+
+Makefile.am:
+
+Include:
+<math.h>
+
+Link:
+$(TRUNCF_LIBM)
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
+