cosh

(PHP 4 >= 4.1.0, PHP 5)

cosh -- Hyperbolischer Kosinus

Beschreibung

float cosh ( float arg )

Gibt den hyperbolischen Kosinus von arg zurück, definiert als (exp(arg) + exp(-arg))/2.

Siehe auch: cos(), acosh(), sin(), und tan().