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.
Parameter | Description | |
---|---|---|
Expression | The 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) ** **