parent root
PHP: tanh - Manual

tanh

(PHP 4 >= 4.1.0, PHP 5, PHP 7)

tanhHyperbolic tangent

Description

tanh ( float $arg ) : float

Returns the hyperbolic tangent of arg, defined as sinh(arg)/cosh(arg).

Parameters

arg

The argument to process

Return Values

The hyperbolic tangent of arg

See Also

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.
To Top
parent root