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
.
Acest browser nu mai este acceptat.
Faceți upgrade la Microsoft Edge pentru a profita de cele mai noi funcții, actualizări de securitate și asistență tehnică.
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
.