changeset 16741:4a77ddc73c97

New module 'log10-ieee'. * modules/log10-ieee: New file.
author Bruno Haible <bruno@clisp.org>
date Sun, 01 Apr 2012 17:00:11 +0200
parents c25dcde7c69c
children 85acc5fc6aa7
files ChangeLog modules/log10-ieee
diffstat 2 files changed, 27 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-04-01  Bruno Haible  <bruno@clisp.org>
 
+	New module 'log10-ieee'.
+	* modules/log10-ieee: New file.
+
 	Tests for module 'log10f-ieee'.
 	* modules/log10f-ieee-tests: New file.
 	* tests/test-log10f-ieee.c: New file.
new file mode 100644
--- /dev/null
+++ b/modules/log10-ieee
@@ -0,0 +1,24 @@
+Description:
+log10() function according to ISO C 99 with IEC 60559.
+
+Files:
+
+Depends-on:
+log10
+fpieee
+
+configure.ac:
+
+Makefile.am:
+
+Include:
+<math.h>
+
+Link:
+$(LOG10_LIBM)
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible