changeset 36237:b94577c3fa72

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 28e5b28a0666
children d2e8975e22ca
files ChangeLog modules/expf-ieee
diffstat 2 files changed, 29 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Mar 01 04:54:18 2012 +0100
+++ b/ChangeLog	Thu Mar 01 11:38:27 2012 +0100
@@ -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.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/modules/expf-ieee	Thu Mar 01 11:38:27 2012 +0100
@@ -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