changeset 16641:6a70909e3e88

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