Math Funkcje
PHP Manual

tanh

(PHP 4 >= 4.1.0, PHP 5)

tanhTangens hiperboliczny

Opis

float tanh ( float $arg )

Zwraca tangens hiperboliczny z liczby arg, definiowanej jako sinh(arg)/cosh(arg).

Patrz także: tan(), atanh(), sin() i cos().


Math Funkcje
PHP Manual