Skip to Content

ATAN2

Returns the arctangent from x- and y-coordinates

Syntax

ATAN2(x_num, y_num)

Parameters

  • x_num: Required. The x-coordinate of the point
  • y_num: Required. The y-coordinate of the point

Example

=ATAN2(1, 1)
Returns: NumberSince: Excel 2003