cosh

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

coshCosinus hiperboliczny

Opis

cosh ( float $arg ) : float

Zwraca cosinus hiperboliczny z liczby arg, definiowany jako (exp(arg) + exp(-arg))/2.

Patrz także: cos(), acosh(), sin() i tan().

add a note add a note

User Contributed Notes

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