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