New module 'log10f-ieee'.
authorBruno Haible <bruno@clisp.org>
Sun, 1 Apr 2012 14:58:44 +0000 (16:58 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 1 Apr 2012 14:58:44 +0000 (16:58 +0200)
* modules/log10f-ieee: New file.

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

index d5d6386..e90c7bf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2012-04-01  Bruno Haible  <bruno@clisp.org>
 
+       New module 'log10f-ieee'.
+       * modules/log10f-ieee: New file.
+
+2012-04-01  Bruno Haible  <bruno@clisp.org>
+
        log10l: Work around AIX 5.1, IRIX 6.5, OSF/1 5.1 bug.
        * lib/math.in.h (log10l): Override if REPLACE_LOG10L is 1.
        * lib/log10l.c (log10l): If log10l exists, use it and provide just the
diff --git a/modules/log10f-ieee b/modules/log10f-ieee
new file mode 100644 (file)
index 0000000..8849cab
--- /dev/null
@@ -0,0 +1,24 @@
+Description:
+log10f() function according to ISO C 99 with IEC 60559.
+
+Files:
+
+Depends-on:
+log10f
+fpieee
+
+configure.ac:
+
+Makefile.am:
+
+Include:
+<math.h>
+
+Link:
+$(LOG10F_LIBM)
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible