changeset 36239:51ab015d5ca7

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