Number.Atan2

The function calculates the angle, measured in radians, whose tangent is the ratio of two numbers y and x.

Syntax

Number.Atan2(y as nullable number, x as nullable number) as nullable number

About

The function calculates the angle, measured in radians, whose tangent is the ratio of two numbers y and x.