ATan function

Generates the trigonometric arc tangent of an angle. The returned angle is expressed in degrees.

arctangent = ATan(expression)

The ATan function has the following parameters.

ParameterDescription
ExpressionThe expression must be a numeric value that designates the tangent of an angle.
Finding the arc tangent with Atan
TANGENT = 4.1
ARCTANGENT = ATan(TANGENT)
 
**
**
  • guides/programming/programmers_reference_manual/atan.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1