How to Use ATAN2 Function

The ATAN2 function returns the arctangent, or inverse tangent, of the specified x- and y-coordinates.

Formula:

=ATAN2(x_num, y_num)

Explanations:

  • X_num is required. The x-coordinate of the point.
  • Y_num is required. The y-coordinate of the point.

Download: ATAN2 Function

Leave a Reply