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