- :floating
- :complex
atan2
calculate the inverse tangent of y / x
Parameters
atan2 y :integer :floating x :integer :floating
Returns
Examples
copyatan2 1 1 ; 0.7853981633974483 atan2 1 1.5 ; 0.9827937232473291
atan2 y :integer :floating x :integer :floating
copyatan2 1 1 ; 0.7853981633974483 atan2 1 1.5 ; 0.9827937232473291