Syntax
| Parameter | Description |
|---|---|
| number | Parameter of the ATAN function. |
Examples
Arctangent of 1
=ATAN(1)
Roof pitch to degrees
=DEGREES(ATAN(6/12))
Slope to angle
=DEGREES(ATAN(0.15))
Common Errors
Non-numeric input returns #VALUE!. ATAN accepts any number (unlike ASIN/ACOS which are limited to -1 to 1).
Tips
Unlike ASIN and ACOS, ATAN accepts any real number from -∞ to ∞. The result is always between -π/2 and π/2 (-90° to 90°).
Grade percentages are rise/run ratios. ATAN converts them to angles: a 10% grade = DEGREES(ATAN(0.10)) ≈ 5.7°.
ATAN only returns angles in the right half of the unit circle (-90° to 90°). Use ATAN2(x,y) to get the full -180° to 180° range based on quadrant.
Try ATAN in Viztab
Import your data and use ATAN with 370+ other formulas. No signup required.
Open Viztab