PHP 8.5.0 Alpha 2 available for testing

tanh

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

tanhTangente hiperbólica

Descripción

tanh(float $num): float

Se devuelve la tangente hiperbólica de num, definida como sinh($num)/cosh($num).

Parámetros

num

El argumento a tratar

Valores devueltos

La tangente hiperbólica de num.

Ver también

add a note

User Contributed Notes

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