sinh

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

sinhSinus hiperboliczny

Opis

sinh ( float $arg ) : float

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

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

add a note add a note

User Contributed Notes

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