New module 'hypotl'.
authorBruno Haible <bruno@clisp.org>
Wed, 29 Feb 2012 14:46:25 +0000 (15:46 +0100)
committerBruno Haible <bruno@clisp.org>
Wed, 29 Feb 2012 14:49:02 +0000 (15:49 +0100)
commit58d8afd0545d6321272bb7fb243db3295c5fdeec
tree29550ff334b16e76443d343093753a91b0dc6057
parent43d9445417406daf7f20d78abc21725af2be1457
New module 'hypotl'.

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