changeset 16446:870057d3b74b

New module 'ldexpl-ieee'. * modules/ldexpl-ieee: New file.
author Bruno Haible <bruno@clisp.org>
date Sun, 26 Feb 2012 16:32:02 +0100
parents b575cb9865a9
children 88cc6732aacd
files ChangeLog modules/ldexpl-ieee
diffstat 2 files changed, 27 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-02-26  Bruno Haible  <bruno@clisp.org>
 
+	New module 'ldexpl-ieee'.
+	* modules/ldexpl-ieee: New file.
+
 	Tests for module 'ldexp-ieee'.
 	* modules/ldexp-ieee-tests: New file.
 	* tests/test-ldexp-ieee.c: New file.
new file mode 100644
--- /dev/null
+++ b/modules/ldexpl-ieee
@@ -0,0 +1,24 @@
+Description:
+ldexpl() function according to ISO C 99 with IEC 60559.
+
+Files:
+
+Depends-on:
+ldexpl
+fpieee
+
+configure.ac:
+
+Makefile.am:
+
+Include:
+<math.h>
+
+Link:
+$(LDEXPL_LIBM)
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible