New module 'exp2-ieee'.
authorBruno Haible <bruno@clisp.org>
Fri, 9 Mar 2012 00:19:50 +0000 (01:19 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 9 Mar 2012 01:15:38 +0000 (02:15 +0100)
* modules/exp2-ieee: New file.

ChangeLog
modules/exp2-ieee [new file with mode: 0644]

index ca7fbe3..97a71bf 100644 (file)
--- 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.
diff --git a/modules/exp2-ieee b/modules/exp2-ieee
new file mode 100644 (file)
index 0000000..fdf6712
--- /dev/null
@@ -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