Degrees to Radians Converter

Convert degrees to radians accurately for trigonometry, calculus, physics, engineering, and programming.

Convert degrees to radians
Enter an angle in degrees and choose how many decimal places to display.

About degrees and radians

Degrees and radians are two ways to measure the same angular quantity. A complete turn contains 360 degrees or two pi radians, so 180 degrees equals pi radians. This exact relationship gives the conversion formula: multiply degrees by pi and divide by 180. The reverse conversion multiplies radians by 180 and divides by pi. Unlike degrees, radians are dimensionless because they describe the ratio between an arc length and the radius of its circle. Radians are the standard angular unit in advanced mathematics and science. Trigonometric derivatives, integrals, Taylor series, rotational motion equations, and many programming language functions assume angles are expressed in radians. For example, the sine of 90 degrees is calculated as the sine of pi divided by two radians. Passing 90 directly to a software sine function usually means 90 radians, which produces a very different result. Converting explicitly prevents this common error. The degree system remains useful because its subdivisions are intuitive and historically established. A right angle is 90 degrees, a straight angle is 180 degrees, and a full rotation is 360 degrees. Radians reveal the underlying circle geometry more naturally: those same angles are pi divided by two, pi, and two pi radians. Familiar benchmark values make it easy to estimate whether a calculated decimal is reasonable. Approximately 57.2958 degrees equals one radian. This calculator uses the JavaScript value of pi and lets you choose the displayed precision. Selecting more decimal places does not change the mathematical conversion; it changes only how the answer is rounded for display. Keep additional digits during intermediate scientific or engineering calculations, then round the final result to match the precision of the input data. A rounded decimal is an approximation because pi is irrational and has infinitely many nonrepeating digits. Positive angles conventionally rotate counterclockwise and negative angles rotate clockwise, although a specific application may define orientation differently. Values larger than 360 degrees are valid and represent multiple turns. The converter accepts positive, negative, fractional, and multi-turn angles without normalizing them, so 720 degrees correctly returns four pi radians as a decimal. Use the tool for homework checks, animation transforms, robotics, navigation, signal processing, physics formulas, and any calculation that requires dependable degree-to-radian conversion.

Degrees to radians examples

Common angles demonstrate the exact relationship between degree and radian measures.

DegreesRadiansExact form
45 degrees0.785398 radianspi divided by 4
90 degrees1.570796 radianspi divided by 2
180 degrees3.141593 radianspi
360 degrees6.283185 radians2 multiplied by pi

How to convert degrees to radians

  1. Enter the angle measured in degrees.
  2. Choose the number of decimal places needed for the displayed answer.
  3. Select Convert to radians to apply the degree times pi divided by 180 formula.
  4. Copy the decimal result into your mathematical, scientific, or programming calculation.

Degrees to radians FAQ

What is the formula for degrees to radians?

Multiply the degree value by pi and divide by 180. This follows from the exact identity that 180 degrees equals pi radians.

Why do trigonometric functions use radians?

Radians express an angle as an arc-to-radius ratio and make core calculus formulas work without extra constants. Most scientific software therefore expects radians by default.

How many degrees are in one radian?

One radian is approximately 57.2957795 degrees. The exact expression is 180 divided by pi degrees.

Can radians be negative or greater than two pi?

Yes. Negative values indicate rotation in the opposite direction, while values beyond two pi represent more than one complete turn.

Does changing decimal places reduce calculation accuracy?

The internal conversion still uses the full available value of pi. The precision setting only rounds the number shown in the result.