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