(PHP 4 >= 4.1.0, PHP 5, PHP 7)
Hyperbolic tangent
float tanh ( float $arg )
Returns the hyperbolic tangent of arg
, defined as sinh(arg)/cosh(arg).
Parameters:
arg
The argument to process
Returns:
The hyperbolic tangent of arg
See also:
tan() -
atanh() -
sinh() -
cosh() -
Please login to continue.