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

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

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