Acos (Function) — Skript
Addon: Skript · Category: Function
Syntax
acos(n: number) :: numberDescription
The inverse of the <a href='#cos'>cosine</a>, also called arccos. Returns result in degrees, not radians. Only returns values from 0 to 180.
Examples
acos(0) = 90
acos(1) = 0
acos(0.5) = 30