New module 'cbrt-ieee'.
authorBruno Haible <bruno@clisp.org>
Thu, 1 Mar 2012 02:02:34 +0000 (03:02 +0100)
committerBruno Haible <bruno@clisp.org>
Thu, 1 Mar 2012 02:37:11 +0000 (03:37 +0100)
* modules/cbrt-ieee: New file.

ChangeLog
modules/cbrt-ieee [new file with mode: 0644]

index 9abd5dd..3aed165 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-02-29  Bruno Haible  <bruno@clisp.org>
 
+       New module 'cbrt-ieee'.
+       * modules/cbrt-ieee: New file.
+
        Tests for module 'cbrtf-ieee'.
        * modules/cbrtf-ieee-tests: New file.
        * tests/test-cbrtf-ieee.c: New file.
diff --git a/modules/cbrt-ieee b/modules/cbrt-ieee
new file mode 100644 (file)
index 0000000..f37480a
--- /dev/null
@@ -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