PHPerKaigi 2025

acosh

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

acoshInverso del coseno iperbolico

Descrizione

acosh(float $arg): float

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

Nota: Questa funzione non è implementata sulle piattaforme Windows.

Vedere anche acos(), asinh() e atanh().

add a note

User Contributed Notes

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