Number.Atan2
Syntax
Number.Atan2(y as nullable number, x as nullable number) as nullable number
About
Returns the angle, in radians, whose tangent is the quotient y
/x
of the two numbers y
and x
.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Number.Atan2(y as nullable number, x as nullable number) as nullable number
Returns the angle, in radians, whose tangent is the quotient y
/x
of the two numbers y
and x
.