tanh

(PHP 4 >= 4.1.0, PHP 5)

tanhHyperbolic tangent

Опис

float tanh ( float $arg )

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

Параметри

arg

The argument to process

Значення, що повертаються

The hyperbolic tangent of arg

Прогляньте Також

add a note add a note

User Contributed Notes

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