New module 'atanf'.
authorBruno Haible <bruno@clisp.org>
Sat, 8 Oct 2011 21:55:44 +0000 (23:55 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 8 Oct 2011 21:55:44 +0000 (23:55 +0200)
commita5766f2b114a3a8ca55f7257aa9eef8b5ddc466a
tree7a684a16bfa59ac6e6e32d312e2a418b3d0abf86
parent50ef96d5a5201fa07917adcf7a118cb45d4de80a
New module 'atanf'.

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