sinh

(PHP 4 >= 4.1.0, PHP 5)

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