New module 'log2l-ieee'.
authorBruno Haible <bruno@clisp.org>
Sun, 11 Mar 2012 19:52:59 +0000 (20:52 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 11 Mar 2012 22:33:20 +0000 (23:33 +0100)
* modules/log2l-ieee: New file.

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

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