changeset 16539:f871b9a7d976

New module 'cbrtf-ieee'. * modules/cbrtf-ieee: New file.
author Bruno Haible <bruno@clisp.org>
date Thu, 01 Mar 2012 03:02:14 +0100
parents 06da3fa23cf9
children c959bbccf8ab
files ChangeLog modules/cbrtf-ieee
diffstat 2 files changed, 29 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-02-29  Bruno Haible  <bruno@clisp.org>
+
+	New module 'cbrtf-ieee'.
+	* modules/cbrtf-ieee: New file.
+
 2012-02-29  Bruno Haible  <bruno@clisp.org>
 
 	cbrtf: Work around bug in IRIX 6.5 system function.
new file mode 100644
--- /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