New module 'frexpl-ieee'.
authorBruno Haible <bruno@clisp.org>
Sun, 26 Feb 2012 14:09:52 +0000 (15:09 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 26 Feb 2012 14:09:52 +0000 (15:09 +0100)
* modules/frexpl-ieee: New file.

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

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