summaryrefslogtreecommitdiff
path: root/modules/expl-ieee
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-03-01 11:39:13 +0100
committerBruno Haible <bruno@clisp.org>2012-03-01 11:39:13 +0100
commit0b05cad0a5fc51ff7e8f163fab12abd1dd0415ac (patch)
treebbec56e1cbe9bad3cd19f3f1ed4b8294a9cf34de /modules/expl-ieee
parent4fe18028d8bdb74e0df2fb4395dcad86a18a4fa4 (diff)
downloadgnulib-0b05cad0a5fc51ff7e8f163fab12abd1dd0415ac.tar.gz
New module 'expl-ieee'.
* modules/expl-ieee: New file.
Diffstat (limited to 'modules/expl-ieee')
-rw-r--r--modules/expl-ieee24
1 files changed, 24 insertions, 0 deletions
diff --git a/modules/expl-ieee b/modules/expl-ieee
new file mode 100644
index 0000000000..d39b6c0781
--- /dev/null
+++ b/modules/expl-ieee
@@ -0,0 +1,24 @@
+Description:
+expl() function according to ISO C 99 with IEC 60559.
+
+Files:
+
+Depends-on:
+expl
+fpieee
+
+configure.ac:
+
+Makefile.am:
+
+Include:
+<math.h>
+
+Link:
+$(EXPL_LIBM)
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible