New module 'modf-ieee'.
authorBruno Haible <bruno@clisp.org>
Sun, 26 Feb 2012 16:55:10 +0000 (17:55 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 26 Feb 2012 16:55:10 +0000 (17:55 +0100)
* modules/modf-ieee: New file.

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

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