Work out angle converter instantly with clear inputs, formula shown and shareable results.
Each angle unit is defined as a multiple of the degree, so the conversion runs in two steps: multiply by the source unit's factor to reach degree, then divide by the target unit's factor. One factor per unit covers every pair in the list. The radian is the SI unit: one radian is the angle subtending an arc equal to the radius, so a full turn is 2 pi radians.
Two-step conversion
result = value × factor(from) ÷ factor(to)
Base value
base (degree) = value × factor(from)
With 7 units, direct pairs would mean 42 factors to maintain. Going via degree needs one factor per unit and gives the same answer.
Yes. The first is the unit your figure is already in; the second is what you want it in. Swapping them inverts the result.