PHP 8.3.4 Released!

tanh

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

tanhTangente hiperbólica

Descripción

tanh(float $arg): float

Devuelve la tangente hiperbólica de arg, definida como sinh(arg)/cosh(arg).

Parámetros

arg

El argumento a procesar

Valores devueltos

La tangente hiperbólica de arg

Ver también

add a note

User Contributed Notes

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