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