Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 276 Bytes

atan2.md

File metadata and controls

9 lines (6 loc) · 276 Bytes

shlib / math / atan2()

math.atan2 <x> <y>

calculates the principal value of the arc tangent of <y>/<x>, using the signs of the two arguments to determine the quadrant of the result.