tanh

(PHP 4 >= 4.0.7RC1)

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().