Atan (Function) — Skript

Addon: Skript · Category: Function

Syntax

atan(n: number) :: number

Description

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

View source