PHP 8.3.4 Released!

cosh

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

coshCoseno iperbolico

Descrizione

cosh(float $arg): float

Restituisce il coseno iperbolico di arg, definito come (exp(arg) + exp(-arg))/2.

Vedere anche: cos(), acosh(), sin() e tan().

add a note

User Contributed Notes

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