Skip to main content

Angle Converter

Convert plane angles among degrees, radians, gradians, and turns. The browser uses Math.PI. A percent grade is a slope ratio, not a unit on this list.

Rated 4.7 out of 5 based on 356 reviews

Results

How to convert degrees to radians

  1. Enter the angle. The default is 1 degree.
  2. Keep From as Degrees and To as Radians, or choose gradians or turns.
  3. Read the radian result. A full circle is 2π rad, 360 deg, 400 gon, or 1 turn.
  4. Swap units to go from radians back to degrees. The conversion stays in this tab.

Turn

Plane angle

Turn1 turn = 2π rad
Degree360 deg = 1 turn
RadianCanonical unit on this page (Math.PI)
Gradian400 gon = 1 turn
Degree to radian1 deg = π/180 rad
Gradian to radian1 gon = π/200 rad

What this angle converter does

A plane angle measures how far a ray has rotated. This page converts degrees, radians, gradians (also called gon), and turns. One full rotation is 1 turn = 360 deg = 400 gon = 2π rad. The radian is the SI unit. The engine stores angles as radians using the browser value of Math.PI, so π is not a hand-typed 3.14.

Percent slope is rise over run times 100. That is not a degree or a radian. Convert a grade on the slope calculator. A dedicated grade page is the grade-slope job, not this converter. The unit converter lists other dimensions.

How degrees, radians, and gradians relate

To radians: degrees × π/180, gradians × π/200, turns × 2π. From radians, divide by those same factors. 180 deg equals π rad. 100 gon equals 90 deg, which is a right angle in the gradian system used on some surveying instruments. A turn is a full revolution, handy for rotary tables and winding counts.

Radians, gradians, and slope

Trigonometry in calculus almost always wants radians. CAD and navigation often want degrees. Gradians split a right angle into 100. Do not paste a roof pitch percent into Degrees and expect a correct radian. Use the slope calculator for m = rise/run, then convert that ratio to an angle only if you apply arctangent yourself. This page does not compute arctangent.

When to convert an angle here

Change a heading from degrees to radians for a formula, convert a mill turn into degrees, or move a gon reading into degrees. Keep map bearings, magnetic declination, and percent grade on their own tools.

What this page does not do

It does not wrap angles into 0-360 unless you do that after the result. It does not convert slope percent. It does not solve triangles. Math.PI is a floating-point approximation. Nothing is uploaded.

Angle converter questions

How many radians are in a full turn?
2π, about 6.283185307179586 with Math.PI in this browser.
How many gradians are in 360 degrees?
400. One right angle is 100 gon or 90 deg.
Is a 10 percent slope 10 degrees?
No. Percent grade is rise/run × 100, not an angle unit on this page.
Does this use 3.14 for π?
No. It uses JavaScript Math.PI.
Can I convert milliradians?
Not as a labelled unit. Convert radians and scale by 1000 yourself if you need mrad.
Where do I convert a line slope?
Use the slope calculator for two points. Grade-slope covers rise and run as a percent.