(PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8)
sinh — Seno iperbolico
$arg
Restituisce il seno iperbolico di arg, definito come (exp(arg) - exp(-arg))/2.
arg
(exp(arg) - exp(-arg))/2
Vedere anche: sin(), asinh(), cos() e tan().