tanh

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