tanh

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

tanhTangente iperbolica

Descrizione

tanh(float $arg): float

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

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