cosh

cosh -- Hyperbolische cosinus

Beschrijving

float cosh ( float arg)

Geeft de hyperbolische cosinus van arg , die gedefinieerd is als ( exp(arg ) + exp(-arg) ) / 2 .

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