The Degrees to Radians Converter converts between degrees and radians — essential for math, physics, engineering, and game development. All calculations happen locally in your browser. Whether you are solving trigonometry problems, programming game physics, or studying calculus, converting between degrees and radians is a fundamental skill. This converter handles both directions instantly with adjustable precision, so you never need to remember the formula.
How to Use
- 1Enter a value: Type the degree or radian value in the "From" field.
- 2Select direction: Choose ° or rad as your starting unit.
- 3Read result: Converted value appears instantly. Use ↕ to swap.
The Formula
Real-World Applications
90° = π/2 rad. Standard for sine, cosine, and tangent.
Rotation & animation use radians. Essential for engine math.
Wave motion and rotational mechanics use radians.
Derivatives of trig functions require radian measure.
How the Conversion Works
The converter uses JavaScript Math.PI constant for high-precision calculations. To convert degrees to radians, the value is multiplied by (Math.PI / 180). For radians to degrees, the value is multiplied by (180 / Math.PI). The formula box below the result shows exactly which calculation was used, helping you learn the conversion process. The precision selector lets you choose between 2 and 8 decimal places.
Quick Reference Tips
Bookmark the common angles: 0=0, 30=/6, 45=/4, 60=/3, 90=/2, 180=, 270=3/2, 360=2. Use the swap button () to quickly reverse your conversion. For school assignments, set precision to 4 decimal places to match standard textbook formatting.
Frequently Asked Questions
Multiply degrees by π/180. Example: 90° × π/180 = π/2 rad ≈ 1.5708 rad.
1 radian ≈ 57.2958°.
0°=0, 30°=π/6, 45°=π/4, 60°=π/3, 90°=π/2, 180°=π, 270°=3π/2, 360°=2π rad.
Yes. All calculations happen locally in your browser. No data is sent anywhere.
Radians are the natural unit for angular measurement in mathematics. Many calculus formulas are simpler when angles are measured in radians.
Multiply degrees by /180. For example, 45 = 45 /180 = /4 radians.
Uses JavaScript Math.PI for maximum precision. You can adjust decimal places from 2 to 8.
Related Tools
Browse All Tools — Free, private browser-based tools for everyone.