Skip to content
Contania

Degrees to Radians

Degrees and radians are two ways to measure an angle. A full turn is 360 degrees or 2 pi radians. Convert between them for trigonometry, physics and programming.

Your numbers

Result

Result
3.14
Unit
radians
Common angles
DegreesRadians
300.52
450.79
901.57
1803.14
3606.28
Advertisement

How to convert

To go from degrees to radians, multiply by pi / 180: 180 x pi / 180 = pi (about 3.1416 rad). For the reverse, multiply by 180 / pi. The key reference: 180 degrees = pi radians, a half turn.

Why radians

The radian is the "natural" measure of an angle: 1 rad is the angle whose arc equals the radius. Trig functions in math and in programming languages (like Math.sin) expect radians, not degrees.

Frequently asked questions

Sources

  • Trigonometry — angle measures (degree and radian)

Embed this calculator

Copy the code and paste it into your site or blog. Credit with a link back to Contania is included, and the height adjusts itself.

<iframe src="https://contania.app/embed/conversions/degrees-to-radians" title="Degrees to Radians Converter" width="100%" height="720" loading="lazy" style="border:1px solid #e5e0d8;border-radius:12px;max-width:640px"></iframe>
<script>window.addEventListener("message",function(e){if(e.data&&e.data.type==="contania:embed-height"){var f=document.querySelector('iframe[src="https://contania.app/embed/conversions/degrees-to-radians"]');if(f){f.style.height=e.data.height+"px"}}});</script>

Related calculators