Versions Compared

Key

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

ATAN returns a trigonometric arc tangent of a numerical expression

Syntax

ATAN(NumExp)

Arguments 

  • NumExp is a numerical expression

Remarks

  1. ATAN returns the angle with a tangent of NumExp. The result is in Radians
  2. Please also look at ATAN2 ATAN2, because of quadrant issues

...