sinh

sinh -- Hyperbolische sinus

Beschrijving

float sinh ( float arg)

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

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