Arctangent Calculator
Enter a value to instantly compute its arctangent in both degrees and radians, with optional atan2 mode for full quadrant-aware angle calculation.
Mode
Any real number — no restrictions.
Returns quadrant-correct angle in (−180°, 180°].
Quick values
Enter a value to compute arctan
Result
Degrees
—
Radians
—
Expression
—
arctan range reference
arctan(x) ∈ (−90°, 90°)
atan2(y,x) ∈ (−180°, 180°]
Copied!
Summary
Enter a value to instantly compute its arctangent in both degrees and radians, with optional atan2 mode for full quadrant-aware angle calculation.
How it works
- Select "arctan(x)" mode or switch to "atan2(y, x)" mode using the tab buttons.
- In arctan mode, type any real number into the input field.
- In atan2 mode, enter the Y coordinate and X coordinate separately.
- The calculator instantly displays the angle in both degrees and radians.
- Copy either result with one click using the copy buttons.
Use cases
- Find the angle of a slope or gradient given rise/run ratio.
- Convert a tangent value back to an angle in trigonometry problems.
- Compute a bearing or heading from 2D vector components using atan2.
- Determine phase angles in electrical engineering and signal processing.
- Calculate camera or object rotation angles in game development.
- Verify scientific calculator results for inverse tangent functions.
- Solve navigation problems that require quadrant-correct angles.
- Use in physics for decomposing force vectors into angular form.
Frequently Asked Questions
Last updated: 2026-06-10 ·
Reviewed by Nham Vu