New module 'atan2f'.
authorBruno Haible <bruno@clisp.org>
Sat, 8 Oct 2011 22:31:51 +0000 (00:31 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 8 Oct 2011 22:31:51 +0000 (00:31 +0200)
commita365e1e5d3afa9a9f12d38eacaade8cd8fe0020e
treeafa8b6e0b6d1cf28cc21e9adc2c9e0c2c443cc0d
parent63dd3e85d427aba822aa3297ed97abc13b14c06a
New module 'atan2f'.

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