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