New module 'remainder-ieee'.
authorBruno Haible <bruno@clisp.org>
Mon, 27 Feb 2012 16:44:08 +0000 (17:44 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 27 Feb 2012 17:53:17 +0000 (18:53 +0100)
* modules/remainder-ieee: New file.

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

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