From: Bruno Haible Date: Thu, 1 Mar 2012 02:02:34 +0000 (+0100) Subject: New module 'cbrt-ieee'. X-Git-Tag: v0.1~985 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=008b1daac261117365f53d9cea9d3b6ca3bbe552;p=gnulib.git New module 'cbrt-ieee'. * modules/cbrt-ieee: New file. --- diff --git a/ChangeLog b/ChangeLog index 9abd5ddd3..3aed165cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2012-02-29 Bruno Haible + New module 'cbrt-ieee'. + * modules/cbrt-ieee: New file. + Tests for module 'cbrtf-ieee'. * modules/cbrtf-ieee-tests: New file. * tests/test-cbrtf-ieee.c: New file. diff --git a/modules/cbrt-ieee b/modules/cbrt-ieee new file mode 100644 index 000000000..f37480ae5 --- /dev/null +++ b/modules/cbrt-ieee @@ -0,0 +1,24 @@ +Description: +cbrt() function according to ISO C 99 with IEC 60559. + +Files: + +Depends-on: +cbrt +fpieee + +configure.ac: + +Makefile.am: + +Include: + + +Link: +$(CBRT_LIBM) + +License: +LGPL + +Maintainer: +Bruno Haible