Degrees to Radians Calculator

Degrees & Radians Calculator

Convert between degrees and radians for angle measurements. Essential for trigonometry, geometry, and engineering calculations.

Last updated: March 2026 | By Patchworkr Team

What are Degrees and Radians?

Degrees and radians are two units for measuring angles. A degree is 1/360 of a full rotation, while a radian is the angle formed when the arc length equals the radius of a circle.

Radians are the standard unit in mathematics and physics because they simplify many formulas. For example, the derivative of sin(x) is cos(x) only when x is in radians. Most programming languages and calculators use radians for trigonometric functions.

The conversion factor is based on the fact that a full circle is 360 degrees or 2π radians. Therefore, 1 radian = 180/π degrees ≈ 57.2958°, and 1 degree = π/180 radians ≈ 0.0174533 rad.

How to Convert Between Degrees and Radians

Degrees to Radians

radians = degrees × (π / 180)
Multiply the degree value by π/180 ≈ 0.0174533

Radians to Degrees

degrees = radians × (180 / π)
Multiply the radian value by 180/π ≈ 57.2958

Key Constants

π: ≈ 3.14159265359
π/180: ≈ 0.01745329252 (deg to rad)
180/π: ≈ 57.29577951308 (rad to deg)
2π: ≈ 6.28318530718 (full circle in radians)

Worked Example

Convert 90 degrees to radians:

Given:
Angle: 90 degrees
Formula:
Use the conversion formula:
radians = degrees × (π / 180)
radians = 90 × 0.0174533
radians = 1.5708 rad
Result:
π/2 rad ≈ 1.5708 rad
90 degrees equals exactly π/2 radians, which is a right angle (quarter of a full rotation).

Common Angle Conversions

Zero angle
0 rad
30°
1/12 rotation
π/6 ≈ 0.5236 rad
45°
1/8 rotation
π/4 ≈ 0.7854 rad
60°
1/6 rotation
π/3 ≈ 1.0472 rad
90°
Right angle
π/2 ≈ 1.5708 rad
180°
Straight angle
π ≈ 3.1416 rad
270°
3/4 rotation
3π/2 ≈ 4.7124 rad
360°
Full rotation
2π ≈ 6.2832 rad

Frequently Asked Questions

Why use radians instead of degrees?

Radians simplify many mathematical formulas, especially in calculus. The derivatives and integrals of trigonometric functions work elegantly with radians, and they naturally connect arc length to radius. In physics and engineering, radians eliminate conversion constants.

What is a radian?

A radian is the angle formed when the arc length equals the radius of a circle. Since the circumference of a circle is 2πr, there are 2π radians in a full circle (360 degrees). This makes radians a "natural" unit based on circle geometry.

How many radians in a circle?

A full circle contains 2π radians, which equals approximately 6.28319 radians or exactly 360 degrees. A semicircle is π radians (180°), and a quarter circle is π/2 radians (90°).

When should I use degrees?

Degrees are commonly used in navigation, geography, construction, and everyday contexts where angles are more intuitive in 360-degree format. Use radians for mathematical and scientific calculations, especially in calculus, physics, and programming.

What are gradians?

Gradians (or grads) divide a circle into 400 units. They were designed for easier decimal calculations: 100 gradians = 90 degrees = π/2 radians. They are rarely used in modern practice but appear in some surveying and European calculators.

What is a turn?

A turn (or revolution) is one complete rotation of 360 degrees or 2π radians. It is sometimes used in computer graphics and animation to represent full rotations. Fractional turns (0.25 = quarter turn) are intuitive for rotational motion.

How do calculators handle angles?

Most scientific calculators have three modes: DEG (degrees), RAD (radians), and GRAD (gradians). Always check which mode is active before trigonometric calculations. Programming languages like JavaScript, Python, and C use radians by default for all trig functions.

Can angles be negative or greater than 360°?

Yes! Negative angles represent clockwise rotation, while positive angles are counterclockwise. Angles greater than 360° (or 2π rad) represent multiple rotations. For example, 450° = 360° + 90°, which is one full rotation plus a quarter turn.

Related Tools