PHP 8.4.3 Released!

asin

(PHP 4, PHP 5, PHP 7, PHP 8)

asinArco seno

Descrizione

asin(float $arg): float

Restituisce l'arco seno di arg in radianti. La funzione asin() è complementare alla funzione sin(), ovvero che a==sin(asin(a)) per ciascun valore di a nel range di asin().

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

add a note

User Contributed Notes

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