Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The ARCTAN2 operation computes the two-argument arc tangent of Value1 and Value2. Value1 and Value2 can be any number so long as they aren't both zero, else the following error is returned: 

Code Block
"ERROR: Value1 and Value2 cannot both be zero."

The angle returned is in the range −π < result ≤ π

...