Degrees to Radians Calculator
Degrees to radians in one step.
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 radian is the natural, dimensionless unit of angle used throughout mathematics: one radian is the angle subtended when the arc length along a circle equals its radius, and a full circle measures exactly 2π radians instead of 360 degrees. Converting is a straightforward ratio: radians = degrees × (π/180), so 90° becomes π/2, 180° becomes π, and 45° becomes π/4.
Nearly every trigonometric function in programming languages and calculus expects radians, not degrees — Math.sin() in JavaScript, sin() in Python’s math module, and the derivative rules for sine and cosine all assume radian input, which is why the conversion trips up so many students moving from geometry to calculus or code. Physicists and engineers also work natively in radians when dealing with angular velocity (rad/s) and angular acceleration, since the radian-based formulas for arc length and rotational motion come out cleanly without extra conversion factors.
Enter an angle in degrees and this calculator converts it to radians both as a decimal and as an exact multiple of π, so you can see the fraction as well as the numeric value.
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)