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