summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-03-11 20:52:32 +0100
committerBruno Haible <bruno@clisp.org>2012-03-11 23:33:07 +0100
commitb08858a5c7fbaa77119a13509627cb416370bac7 (patch)
tree9e53ad9b190c580f73f4db3f76a9c79fe860ecfb
parent2c610a9bc4b3500bba42d66cb39d2e874b73e882 (diff)
downloadgnulib-b08858a5c7fbaa77119a13509627cb416370bac7.tar.gz
New module 'log2-ieee'.
* modules/log2-ieee: New file.
-rw-r--r--ChangeLog3
-rw-r--r--modules/log2-ieee24
2 files changed, 27 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c6b41ecf05..e46fc87471 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2012-03-11 Bruno Haible <bruno@clisp.org>
+ New module 'log2-ieee'.
+ * modules/log2-ieee: New file.
+
Tests for module 'log2f-ieee'.
* modules/log2f-ieee-tests: New file.
* tests/test-log2f-ieee.c: New file.
diff --git a/modules/log2-ieee b/modules/log2-ieee
new file mode 100644
index 0000000000..a3755347f9
--- /dev/null
+++ b/modules/log2-ieee
@@ -0,0 +1,24 @@
+Description:
+log2() function according to ISO C 99 with IEC 60559.
+
+Files:
+
+Depends-on:
+log2
+fpieee
+
+configure.ac:
+
+Makefile.am:
+
+Include:
+<math.h>
+
+Link:
+$(LOG2_LIBM)
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible