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

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

index 6f6dbba..1daf826 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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.
        * lib/math.in.h (cbrtf): Override if REPLACE_CBRTF is 1.
        * m4/cbrtf.m4 (gl_FUNC_CBRTF_WORKS): New macro.
diff --git a/modules/cbrtf-ieee b/modules/cbrtf-ieee
new file mode 100644 (file)
index 0000000..063909c
--- /dev/null
@@ -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