ATAN2

returns arctangent from x and y coordinates · from excel · excel: not yet compared · sheets: not yet compared

signature

ATAN2(x_num, y_num)

returns: number

argumentrequired
x_num required
y_num required

examples

formula and result, taken from the engine's own test suite — every result below is asserted in CI, not written by hand.

fx =ATAN2(1, 1) 0.7853981633974483

related

  • ABS returns absolute value of a number
  • ACOS returns arccosine of a number
  • ACOSH returns inverse hyperbolic cosine
  • ACOT returns the arccotangent of a number
  • ACOTH returns the inverse hyperbolic cotangent
  • ADD adds two numbers — sheets exposes the + operator as a function