tanh

tanh -- Hyperbolic tangens

Beschrijving

float tanh ( float arg)

Geeft de hyperbolische tangens van arg , die gedefinieerd is als sinh( arg) / cosh(arg ) .

Zie ook : tan( ) , atanh( ) , sin( ) en cos( ) .