]> Savannah Git Hosting - gnulib.git/commitdiff
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 6f6dbbada84be7b479c8e7981abe03e01c48df64..1daf8266d6bc9cce0cbb4d89a99aa1649c1e8ffd 100644 (file)
--- 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.
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