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

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

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