Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 318 Bytes

number-atan2.md

File metadata and controls

15 lines (11 loc) · 318 Bytes
description title
Learn more about: Number.Atan2
Number.Atan2

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.