changeset 16739:72d20d33396b

New module 'log10f-ieee'. * modules/log10f-ieee: New file.
author Bruno Haible <bruno@clisp.org>
date Sun, 01 Apr 2012 16:58:44 +0200
parents 25dda52366fd
children c25dcde7c69c
files ChangeLog modules/log10f-ieee
diffstat 2 files changed, 29 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.
new file mode 100644
--- /dev/null
+++ b/modules/log10f-ieee
@@ -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