New module 'cbrtf'.
authorBruno Haible <bruno@clisp.org>
Thu, 1 Mar 2012 01:03:36 +0000 (02:03 +0100)
committerBruno Haible <bruno@clisp.org>
Thu, 1 Mar 2012 01:03:36 +0000 (02:03 +0100)
commitaf95cd82312c495ebe5336adf88c882ca7c0fc7f
treea14c996f949b5712fd19d9b7f4989cfdb18f1fad
parenta0dccde75e6a3b9c930e3577fae7a5bf9351ec09
New module 'cbrtf'.

* lib/math.in.h (cbrtf): New declaration.
* lib/cbrtf.c: New file.
* m4/cbrtf.m4: New file.
* m4/math_h.m4 (gl_MATH_H): Test whether cbrtf is declared.
(gl_MATH_H_DEFAULTS): Initialize GNULIB_CBRTF, HAVE_CBRTF,
HAVE_DECL_CBRTF.
* modules/math (Makefile.am): Substitute GNULIB_CBRTF, HAVE_CBRTF,
HAVE_DECL_CBRTF.
* modules/cbrtf: New file.
* tests/test-math-c++.cc: Check the declaration of cbrtf.
* doc/posix-functions/cbrtf.texi: Mention the new module.
ChangeLog
doc/posix-functions/cbrtf.texi
lib/cbrtf.c [new file with mode: 0644]
lib/math.in.h
m4/cbrtf.m4 [new file with mode: 0644]
m4/math_h.m4
modules/cbrtf [new file with mode: 0644]
modules/math
tests/test-math-c++.cc