New module 'hypotf'.
authorBruno Haible <bruno@clisp.org>
Wed, 29 Feb 2012 12:22:12 +0000 (13:22 +0100)
committerBruno Haible <bruno@clisp.org>
Wed, 29 Feb 2012 12:22:12 +0000 (13:22 +0100)
commit178834fedcf12d09655bb0c11d8ff74b650989e6
tree011851f6c9f8b51182871473dd8b4987d0343697
parentfb88b295e090486496c869d44a7b47ee8cbc4071
New module 'hypotf'.

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