]> Savannah Git Hosting - gnulib.git/commitdiff
New module 'cbrtl-ieee'.
authorBruno Haible <bruno@clisp.org>
Thu, 1 Mar 2012 02:02:52 +0000 (03:02 +0100)
committerBruno Haible <bruno@clisp.org>
Thu, 1 Mar 2012 02:37:13 +0000 (03:37 +0100)
* modules/cbrtl-ieee: New file.

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

index efa05e516273c02bd71aac360d58213d557e584a..30a02a612d1358ae1c153861418e60d6f9cbaa9d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-02-29  Bruno Haible  <bruno@clisp.org>
 
+       New module 'cbrtl-ieee'.
+       * modules/cbrtl-ieee: New file.
+
        Tests for module 'cbrt-ieee'.
        * modules/cbrt-ieee-tests: New file.
        * tests/test-cbrt-ieee.c: New file.
diff --git a/modules/cbrtl-ieee b/modules/cbrtl-ieee
new file mode 100644 (file)
index 0000000..9380f32
--- /dev/null
@@ -0,0 +1,24 @@
+Description:
+cbrtl() function according to ISO C 99 with IEC 60559.
+
+Files:
+
+Depends-on:
+cbrtl
+fpieee
+
+configure.ac:
+
+Makefile.am:
+
+Include:
+<math.h>
+
+Link:
+$(CBRTL_LIBM)
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible