PHP 8.5.0 Alpha 1 available for testing

sinh

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

sinhSeno hiperbólico

Descripción

sinh(float $num): float

Devuelve el seno hiperbólico de num, definido como (exp($num) - exp(-$num))/2.

Parámetros

num

El argumento a tratar

Valores devueltos

El seno hiperbólico de num.

Ver también

add a note

User Contributed Notes

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