New module 'asinf'.
authorBruno Haible <bruno@clisp.org>
Sat, 8 Oct 2011 21:29:33 +0000 (23:29 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 8 Oct 2011 21:29:33 +0000 (23:29 +0200)
commiteffe7821374f8b7e22e9de3df9cc4e5f285712bd
treef795e736e867f984ad4c2b7fc6102d43a8cc143e
parent27b32e104397cd331f7530cb383e0b27c3177edc
New module 'asinf'.

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