New module 'tanf'.
authorBruno Haible <bruno@clisp.org>
Sat, 8 Oct 2011 21:16:29 +0000 (23:16 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 8 Oct 2011 21:16:29 +0000 (23:16 +0200)
commit3a018a7f9b0c254103a6c191b74a4b72e296af34
tree0d374ec1db5482a01ad53e65671c51200c3d69e4
parentb892d78c38d15fd04150689de8e83b0c575f8620
New module 'tanf'.

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