]> Savannah Git Hosting - gnulib.git/commitdiff
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 7baefc879e68f66cce18c7fb638c5ddf45176614..c3e2cccd2e8ff495bda0f963b74f9d2aa90a1bdd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
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