Math

math.atan2

Returns the arc tangent of y/x (in radians).

Syntax

atan2(y: number, x: number)  returns  number