atan2

number atan(y, x)

Returns the arc tangent of the quotient of its arguments.

Parameters

  1. x — ordinate coordinate.
  2. y — abscissa coordinate.

Returns