summaryrefslogtreecommitdiff
path: root/modules/exp2l-ieee
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-03-09 01:20:22 +0100
committerBruno Haible <bruno@clisp.org>2012-03-09 02:15:39 +0100
commitbe155d544d0d75da64fbf4210c7084e3be7dd26d (patch)
treeb90bd6247773176b6f80b960643b3b7d882f2c61 /modules/exp2l-ieee
parent180c7ea44194096de18f4b6920f841019189c59c (diff)
downloadgnulib-be155d544d0d75da64fbf4210c7084e3be7dd26d.tar.gz
New module 'exp2l-ieee'.
* modules/exp2l-ieee: New file.
Diffstat (limited to 'modules/exp2l-ieee')
-rw-r--r--modules/exp2l-ieee24
1 files changed, 24 insertions, 0 deletions
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