tanh

(PHP 4 >= 4.0.7, PHP 5)

tanh — Tangente hyperbolique

Description

float tanh ( float $arg )

Retourne la tangente hyperbolique de arg , définie comme sinh(arg)/cosh(arg) .

Liste de paramètres

arg

L'argument à traiter

Valeurs de retour

La tangente hyperbolique de arg .

Voir aussi

tan()
atanh()
sinh()
cosh()