CakeFest 2024: The Official CakePHP Conference

sinh

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

sinhSeno iperbolico

Descrizione

sinh(float $arg): float

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

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

add a note

User Contributed Notes

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