PHP 8.3.4 Released!

sinh

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

sinhSeno hiperbólico

Descripción

sinh(float $arg): float

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

Parámetros

arg

El argumento a procesar

Valores devueltos

El seno hiperbólico de arg

Ver también

add a note

User Contributed Notes

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