New module 'sinhf'.
authorBruno Haible <bruno@clisp.org>
Sat, 8 Oct 2011 22:40:19 +0000 (00:40 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 8 Oct 2011 22:40:19 +0000 (00:40 +0200)
commite103887cbe53070d92acbf502f7922f3515705fc
treef96325453eb968e5f1ed7853be1107bd25f3f870
parentee06ad8166947086ca41d758489f431a3d305b33
New module 'sinhf'.

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