tanh

(PHP 4 >= 4.1.0, PHP 5)

tanh -- Tangente hyperbolique

Description

float tanh ( float arg )

tanh() retourne la tangeante hyperbolique de arg, définie comme sinh(arg)/cosh(arg).

Voir aussi tan(), atanh(), sin() et cos().