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

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

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