Versions Compared

Key

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

...

ParameterDescription
ExpressionThe expression must be a numeric value that designates the tangent of an angle.

See Also

Cos()Sin()Tan()

Example

Code Block
Finding the arc tangent with Atan
TANGENT = 4.1
ARCTANGENT = ATan(TANGENT)