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