Hash :
e103887c
Author :
Date :
2011-10-09T00:40:19
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.
Description:
sinhf() function: hyperbolic sine function.
Files:
lib/sinhf.c
m4/sinhf.m4
Depends-on:
math
sinh [test $HAVE_SINHF = 0]
configure.ac:
gl_FUNC_SINHF
if test $HAVE_SINHF = 0; then
AC_LIBOBJ([sinhf])
fi
gl_MATH_MODULE_INDICATOR([sinhf])
Makefile.am:
Include:
<math.h>
Link:
$(SINHF_LIBM)
License:
LGPL
Maintainer:
Bruno Haible