Atan (Function) — Skript
Addon: Skript · Category: Function
Syntax
atan(n: number) :: numberDescription
The inverse of the <a href='#tan'>tangent</a>, also called arctan. Returns result in degrees, not radians. Only returns values from -90 to 90.
Examples
atan(0) = 0
atan(1) = 45
atan(10000) = 89.9943