changeset 16442:4d40d9e95523

New module 'ldexpf-ieee'. * modules/ldexpf-ieee: New file.
author Bruno Haible <bruno@clisp.org>
date Sun, 26 Feb 2012 16:30:47 +0100
parents 2e6429c58643
children fc58a132e1b4
files ChangeLog modules/ldexpf-ieee
diffstat 2 files changed, 29 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-02-26  Bruno Haible  <bruno@clisp.org>
+
+	New module 'ldexpf-ieee'.
+	* modules/ldexpf-ieee: New file.
+
 2012-02-26  Bruno Haible  <bruno@clisp.org>
 
 	Refactor frexp*-ieee tests.
new file mode 100644
--- /dev/null
+++ b/modules/ldexpf-ieee
@@ -0,0 +1,24 @@
+Description:
+ldexpf() function according to ISO C 99 with IEC 60559.
+
+Files:
+
+Depends-on:
+ldexpf
+fpieee
+
+configure.ac:
+
+Makefile.am:
+
+Include:
+<math.h>
+
+Link:
+$(LDEXPF_LIBM)
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible