New module 'expf-ieee'.
authorBruno Haible <bruno@clisp.org>
Thu, 1 Mar 2012 10:38:27 +0000 (11:38 +0100)
committerBruno Haible <bruno@clisp.org>
Thu, 1 Mar 2012 10:38:27 +0000 (11:38 +0100)
* modules/expf-ieee: New file.

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

index da817e8..8525e58 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-03-01  Bruno Haible  <bruno@clisp.org>
+
+       New module 'expf-ieee'.
+       * modules/expf-ieee: New file.
+
 2012-02-29  Bruno Haible  <bruno@clisp.org>
 
        cbrtl-ieee: Work around test failure on IRIX 6.5.
diff --git a/modules/expf-ieee b/modules/expf-ieee
new file mode 100644 (file)
index 0000000..c3cc5ca
--- /dev/null
@@ -0,0 +1,24 @@
+Description:
+expf() function according to ISO C 99 with IEC 60559.
+
+Files:
+
+Depends-on:
+expf
+fpieee
+
+configure.ac:
+
+Makefile.am:
+
+Include:
+<math.h>
+
+Link:
+$(EXPF_LIBM)
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible