Hash :
21492d6c
Author :
Date :
2011-10-09T00:59:02
New module 'tanhf'. * lib/math.in.h (tanhf): New declaration. * lib/tanhf.c: New file. * m4/tanhf.m4: New file. * m4/math_h.m4 (gl_MATH_H): Test whether tanhf is declared. (gl_MATH_H_DEFAULTS): Initialize GNULIB_TANHF, HAVE_TANHF. * modules/math (Makefile.am): Substitute GNULIB_TANHF, HAVE_TANHF. * modules/tanhf: New file. * tests/test-math-c++.cc: Check the declaration of tanhf. * doc/posix-functions/tanhf.texi: Mention the new module.
Description:
tanhf() function: hyperbolic tangent function.
Files:
lib/tanhf.c
m4/tanhf.m4
Depends-on:
math
tanh [test $HAVE_TANHF = 0]
configure.ac:
gl_FUNC_TANHF
if test $HAVE_TANHF = 0; then
AC_LIBOBJ([tanhf])
fi
gl_MATH_MODULE_INDICATOR([tanhf])
Makefile.am:
Include:
<math.h>
Link:
$(TANHF_LIBM)
License:
LGPL
Maintainer:
Bruno Haible