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

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

index 87382a8..305c3f8 100644 (file)
--- 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 (file)
index 0000000..af4c6ee
--- /dev/null
@@ -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