changeset 16624:311dbdf79111

New module 'exp2-ieee'. * modules/exp2-ieee: New file.
author Bruno Haible <bruno@clisp.org>
date Fri, 09 Mar 2012 01:19:50 +0100
parents 898d3c91bae4
children 31f1dd502d0e
files ChangeLog modules/exp2-ieee
diffstat 2 files changed, 27 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-03-08  Bruno Haible  <bruno@clisp.org>
 
+	New module 'exp2-ieee'.
+	* modules/exp2-ieee: New file.
+
 	Tests for module 'exp2f-ieee'.
 	* modules/exp2f-ieee-tests: New file.
 	* tests/test-exp2f-ieee.c: New file.
new file mode 100644
--- /dev/null
+++ b/modules/exp2-ieee
@@ -0,0 +1,24 @@
+Description:
+exp2() function according to ISO C 99 with IEC 60559.
+
+Files:
+
+Depends-on:
+exp2
+fpieee
+
+configure.ac:
+
+Makefile.am:
+
+Include:
+<math.h>
+
+Link:
+$(EXP2_LIBM)
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible