atan2

calculate the inverse tangent of y / x


Parameters

atan2 y :integer :floating
      x :integer :floating

Returns

  • :floating
  • :complex

Examples

copy
atan2 1 1 ; 0.7853981633974483 atan2 1 1.5 ; 0.9827937232473291

Related