summaryrefslogtreecommitdiff
path: root/modules/sqrtl-ieee
diff options
context:
space:
mode:
Diffstat (limited to 'modules/sqrtl-ieee')
-rw-r--r--modules/sqrtl-ieee24
1 files changed, 24 insertions, 0 deletions
diff --git a/modules/sqrtl-ieee b/modules/sqrtl-ieee
new file mode 100644
index 0000000000..97967b49bf
--- /dev/null
+++ b/modules/sqrtl-ieee
@@ -0,0 +1,24 @@
+Description:
+sqrtl() function according to ISO C 99 with IEC 60559.
+
+Files:
+
+Depends-on:
+sqrtl
+fpieee
+
+configure.ac:
+
+Makefile.am:
+
+Include:
+<math.h>
+
+Link:
+$(SQRTL_LIBM)
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible