New module 'log1p-ieee'.
authorBruno Haible <bruno@clisp.org>
Sat, 10 Mar 2012 23:53:56 +0000 (00:53 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 11 Mar 2012 01:40:39 +0000 (02:40 +0100)
* modules/log1p-ieee: New file.

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

index aff9665..2a91f54 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-03-10  Bruno Haible  <bruno@clisp.org>
 
+       New module 'log1p-ieee'.
+       * modules/log1p-ieee: New file.
+
        Tests for module 'log1pf-ieee'.
        * modules/log1pf-ieee-tests: New file.
        * tests/test-log1pf-ieee.c: New file.
diff --git a/modules/log1p-ieee b/modules/log1p-ieee
new file mode 100644 (file)
index 0000000..b76096e
--- /dev/null
@@ -0,0 +1,24 @@
+Description:
+log1p() function according to ISO C 99 with IEC 60559.
+
+Files:
+
+Depends-on:
+log1p
+fpieee
+
+configure.ac:
+
+Makefile.am:
+
+Include:
+<math.h>
+
+Link:
+$(LOG1P_LIBM)
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible