New module 'ldexpf-ieee'.
authorBruno Haible <bruno@clisp.org>
Sun, 26 Feb 2012 15:30:47 +0000 (16:30 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 26 Feb 2012 15:30:47 +0000 (16:30 +0100)
* modules/ldexpf-ieee: New file.

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

index cb19d9f..ec7c80a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2012-02-26  Bruno Haible  <bruno@clisp.org>
 
+       New module 'ldexpf-ieee'.
+       * modules/ldexpf-ieee: New file.
+
+2012-02-26  Bruno Haible  <bruno@clisp.org>
+
        Refactor frexp*-ieee tests.
        * tests/test-frexp-ieee.h: New file.
        * tests/test-frexpf-ieee.c: Include test-frexp-ieee.h.
diff --git a/modules/ldexpf-ieee b/modules/ldexpf-ieee
new file mode 100644 (file)
index 0000000..537eb04
--- /dev/null
@@ -0,0 +1,24 @@
+Description:
+ldexpf() function according to ISO C 99 with IEC 60559.
+
+Files:
+
+Depends-on:
+ldexpf
+fpieee
+
+configure.ac:
+
+Makefile.am:
+
+Include:
+<math.h>
+
+Link:
+$(LDEXPF_LIBM)
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible