New module 'tanhf'.
authorBruno Haible <bruno@clisp.org>
Sat, 8 Oct 2011 22:59:02 +0000 (00:59 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 8 Oct 2011 22:59:02 +0000 (00:59 +0200)
commit21492d6c3ca00ff0827528640804732f2ed66470
treedf4366af65eca34279d8716427bfaf138fdd25e7
parentea1da6409bc835b9fd5ba34bdf6369535e350dfb
New module 'tanhf'.

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