ATAN function
Summary
Returns the arctangent of a number
Syntax
ATAN(number)
The ATAN function syntax has the following arguments:
• Number Required. The tangent of the angle you want.
• Number Required. The tangent of the angle you want.
Example
=ATAN(1)
=ATAN(1)*180/PI()
=DEGREES(ATAN(1))
=ATAN(1)*180/PI()
=DEGREES(ATAN(1))