Inverse Tangent (Arctan) Calculator Formula
Understand the math behind the inverse tangent (arctan) calculator. Each variable explained with a worked example.
Formulas Used
Angle Rad
angle_rad = atan(val)Angle Deg
angle_deg = atan(val) * 180 / piVariables
| Variable | Description | Default |
|---|---|---|
val | Value | 1 |
How It Works
Inverse Tangent (Arctan)
Definition
arctan(x) = the angle whose tangent is x
Domain and Range
Unlike arcsin and arccos, arctan accepts any real number as input.
Worked Example
Find arctan(1).
val = 1
- 01arctan(1) = pi/4 radians
- 02= 45 degrees
- 03Verification: tan(45°) = 1
Ready to run the numbers?
Open Inverse Tangent (Arctan) Calculator