changeset 36230:148ac2888e5c

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 c6954b6068f6
children b78c7ddbd505
files ChangeLog modules/cbrtf-ieee
diffstat 2 files changed, 29 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Mar 01 03:36:14 2012 +0100
+++ b/ChangeLog	Thu Mar 01 03:02:14 2012 +0100
@@ -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.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/modules/cbrtf-ieee	Thu Mar 01 03:02:14 2012 +0100
@@ -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