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

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

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