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