New module 'cosf'.
authorBruno Haible <bruno@clisp.org>
Sat, 8 Oct 2011 21:07:36 +0000 (23:07 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 8 Oct 2011 21:07:36 +0000 (23:07 +0200)
commit70cefefe1d419bb936c69f3fae8b7458e6f57815
tree356a8e27ed82dab99fdb07133bea7ea117c65929
parent9bbfe325514a952429ebd7c9b6cd9979d6b37296
New module 'cosf'.

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