PHP 8.3.4 Released!

atanh

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

atanhInverso della tangente iperbolica

Descrizione

atanh(float $arg): float

Restituisce l'inverso della tangente iperbolica di arg, cioè il valore la cui tangente iperbolica vale arg.

Nota: Questa funzione non è implementata sulle piattaforme Windows.

Vedere anche: atan(), asinh() e acosh().

add a note

User Contributed Notes

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