PHPerKaigi 2025

asinh

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

asinhInverso del seno iperbolico

Descrizione

asinh(float $arg): float

Restituisce l'inverso del seno iperbolico di arg, cioè il valore il cui seno iperbolico vale arg

Nota: Questa funzione non è implementata sulle piattaforme Windows.

Vedere anche asin(), acosh() e atanh().

add a note

User Contributed Notes

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