changeset 16546:60844cb7b753

New module 'expf-ieee'. * modules/expf-ieee: New file.
author Bruno Haible <bruno@clisp.org>
date Thu, 01 Mar 2012 11:38:27 +0100
parents c71947bf23ab
children 95ffa7fc6c86
files ChangeLog modules/expf-ieee
diffstat 2 files changed, 29 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-03-01  Bruno Haible  <bruno@clisp.org>
+
+	New module 'expf-ieee'.
+	* modules/expf-ieee: New file.
+
 2012-02-29  Bruno Haible  <bruno@clisp.org>
 
 	cbrtl-ieee: Work around test failure on IRIX 6.5.
new file mode 100644
--- /dev/null
+++ b/modules/expf-ieee
@@ -0,0 +1,24 @@
+Description:
+expf() function according to ISO C 99 with IEC 60559.
+
+Files:
+
+Depends-on:
+expf
+fpieee
+
+configure.ac:
+
+Makefile.am:
+
+Include:
+<math.h>
+
+Link:
+$(EXPF_LIBM)
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible