New module 'sqrtf'.
authorBruno Haible <bruno@clisp.org>
Sat, 8 Oct 2011 19:16:48 +0000 (21:16 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 8 Oct 2011 19:16:48 +0000 (21:16 +0200)
commit6a586a91c909c2dde4390037f5ee672978075b49
treea4c2b6cef358da8de8b8dcff37ea7361d6999104
parenta9dd9447b5e4a165efc96444bb1b44cc70ddc026
New module 'sqrtf'.

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