New module 'log-ieee'.
authorBruno Haible <bruno@clisp.org>
Sat, 10 Mar 2012 09:58:40 +0000 (10:58 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 10 Mar 2012 15:08:02 +0000 (16:08 +0100)
* modules/log-ieee: New file.

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

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