cosh

(PHP 4 >= 4.1.0, PHP 5)

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