changeset 16541:6dc5b4b54e89

New module 'cbrt-ieee'. * modules/cbrt-ieee: New file.
author Bruno Haible <bruno@clisp.org>
date Thu, 01 Mar 2012 03:02:34 +0100
parents c959bbccf8ab
children 7db773a106d0
files ChangeLog modules/cbrt-ieee
diffstat 2 files changed, 27 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.
new file mode 100644
--- /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