New module 'coshf'.
authorBruno Haible <bruno@clisp.org>
Sat, 8 Oct 2011 22:48:38 +0000 (00:48 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 8 Oct 2011 22:48:38 +0000 (00:48 +0200)
commit07c704f0e5199d1cff52930ecf98d6a3631da3c8
treef1477ca5550a0266ba057136e782f8f87e14ef84
parenta8e1d33e94757bf88f11e8ee93a27d343e07670c
New module 'coshf'.

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