Returns the inverse tangent (the a rctangent) of a number. The output is a value between -pi/2 and +pi/2.
Syntax
ATAN(number)
Remarks
To return the angle in degrees, use the DEGREES function or multiply the given it by 180/PI().
Examples
|
Formula |
Result |
|
=ATAN(0.5) |
0.463647609 |
|
=ATAN(-2) |
-1.107148718 |
|
=ATAN(3/2) |
0.982793723 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions