changeset 16639:6aaae2520bd5

New module 'log-ieee'. * modules/log-ieee: New file.
author Bruno Haible <bruno@clisp.org>
date Sat, 10 Mar 2012 10:58:40 +0100
parents 902a0df8d8d7
children 90a691fa109b
files ChangeLog modules/log-ieee
diffstat 2 files changed, 27 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-03-10  Bruno Haible  <bruno@clisp.org>
 
+	New module 'log-ieee'.
+	* modules/log-ieee: New file.
+
 	Tests for module 'logf-ieee'.
 	* modules/logf-ieee-tests: New file.
 	* tests/test-logf-ieee.c: New file.
new file mode 100644
--- /dev/null
+++ b/modules/log-ieee
@@ -0,0 +1,24 @@
+Description:
+log() function according to ISO C 99 with IEC 60559.
+
+Files:
+
+Depends-on:
+log
+fpieee
+
+configure.ac:
+
+Makefile.am:
+
+Include:
+<math.h>
+
+Link:
+$(LOG_LIBM)
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible