]> Savannah Git Hosting - gnulib.git/commitdiff
New module 'rint-ieee'.
authorBruno Haible <bruno@clisp.org>
Mon, 27 Feb 2012 09:56:13 +0000 (10:56 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 27 Feb 2012 09:56:13 +0000 (10:56 +0100)
* modules/rint-ieee: New file.

ChangeLog
modules/rint-ieee [new file with mode: 0644]

index ce040eae3b106e303b6f00e525be6188bf8afb22..1b96399c68b2cc7f6f1859a1c433cd5c2d055a0b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-02-27  Bruno Haible  <bruno@clisp.org>
 
+       New module 'rint-ieee'.
+       * modules/rint-ieee: New file.
+
        Tests for module 'rintf-ieee'.
        * modules/rintf-ieee-tests: New file.
        * tests/test-rintf-ieee.c: New file.
diff --git a/modules/rint-ieee b/modules/rint-ieee
new file mode 100644 (file)
index 0000000..d88fa80
--- /dev/null
@@ -0,0 +1,24 @@
+Description:
+rint() function according to ISO C 99 with IEC 60559.
+
+Files:
+
+Depends-on:
+rint
+fpieee
+
+configure.ac:
+
+Makefile.am:
+
+Include:
+<math.h>
+
+Link:
+$(RINT_LIBM)
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible