tanh

(PHP 4 >= 4.0.7RC1)

tanh -- Tangente iperbolica

Descrizione

float tanh (float arg)

Restituisce la tangente iperbolica di arg, definita come sinh(arg)/cosh(arg).

Vedere anche tan(), atanh(), sin() e cos().