summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--modules/exp2l-ieee24
2 files changed, 27 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 87382a8c4a..305c3f8f8a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2012-03-08 Bruno Haible <bruno@clisp.org>
+ New module 'exp2l-ieee'.
+ * modules/exp2l-ieee: New file.
+
Tests for module 'exp2-ieee'.
* modules/exp2-ieee-tests: New file.
* tests/test-exp2-ieee.c: New file.
diff --git a/modules/exp2l-ieee b/modules/exp2l-ieee
new file mode 100644
index 0000000000..af4c6eebcd
--- /dev/null
+++ b/modules/exp2l-ieee
@@ -0,0 +1,24 @@
+Description:
+exp2l() function according to ISO C 99 with IEC 60559.
+
+Files:
+
+Depends-on:
+exp2l
+fpieee
+
+configure.ac:
+
+Makefile.am:
+
+Include:
+<math.h>
+
+Link:
+$(EXP2L_LIBM)
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible