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

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

index 7baefc8..c3e2ccc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2012-02-26  Bruno Haible  <bruno@clisp.org>
 
+       New module 'frexpf-ieee'.
+       * modules/frexpf-ieee: New file.
+
+2012-02-26  Bruno Haible  <bruno@clisp.org>
+
        roundl-ieee tests: More tests.
        * tests/test-roundl-ieee.c: Include isnanl-nolibm.h, infinity.h, nan.h.
        (main): Add tests for [MX] shaded specification in POSIX.
diff --git a/modules/frexpf-ieee b/modules/frexpf-ieee
new file mode 100644 (file)
index 0000000..69f9317
--- /dev/null
@@ -0,0 +1,24 @@
+Description:
+frexpf() function according to ISO C 99 with IEC 60559.
+
+Files:
+
+Depends-on:
+frexpf
+fpieee
+
+configure.ac:
+
+Makefile.am:
+
+Include:
+<math.h>
+
+Link:
+$(FREXPF_LIBM)
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible