Arctangent Calculator
Get the angle from its tangent.
Result
How to use
- Enter your values in the fields above.
- Press Calculate to see your result instantly.
- Use the Share button to copy a link to your result.
About this calculator
The arctangent (inverse tangent, written tan⁻¹ or atan) answers the question: given a ratio, what angle produces it? Unlike arcsine and arccosine, which are restricted to inputs between −1 and 1, arctan accepts any real number, because the tangent function itself ranges over all real values. Its output — the principal value — is always confined to the open interval −90° to 90° (−π/2 to π/2 radians), which means a single arctan result can never distinguish a direction in the second or third quadrant on its own.
Engineers and programmers reach for arctan constantly when converting rectangular coordinates or vector components into an angle — finding the slope angle of a roof or ramp from rise over run, computing the phase angle of an electrical circuit from reactance over resistance, or orienting a robot arm from its x and y displacement. Because plain arctan loses quadrant information, most software libraries pair it with the two-argument atan2(y, x) function to recover the full 0°–360° direction; this calculator returns the standard principal-value result in both degrees and radians.
Was this helpful?
Popular calculators
Loan Calculator
Monthly payment, total interest and full amortization schedule.
Percentage Calculator
Percent change, percent of, and ratio calculations.
Discount Calculator
Calculate final price, savings, and discount amount.
BMI Calculator
Body mass index from height and weight (metric or imperial).
Age Calculator
Compute your exact age in years, months and days from a birth date.
Compound Interest Calculator
Calculate the final amount and interest earned with compounding.
All Calculators
No calculators found
Comments (0)