PHP 8.3.4 Released!

cosh

(PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8)

coshKosinus hyperbolikus

Beschreibung

cosh(float $num): float

Berechnet den Kosinus hyperbolikus des Parameters num, welcher definiert ist als (exp($num) + exp(-$num))/2.

Parameter-Liste

num

Der zu verarbeitende Wert.

Rückgabewerte

Der Kosinus hyperbolikus von num.

Siehe auch

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top