# HG changeset patch # User Bruno Haible # Date 1330567354 -3600 # Node ID 6dc5b4b54e89bf162d8291a142bc86c254d1849c # Parent c959bbccf8abc541db081cfd911cac1a62ec3721 New module 'cbrt-ieee'. * modules/cbrt-ieee: New file. diff --git a/ChangeLog b/ChangeLog --- 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 --- /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