Angle Units Explained: Degrees, Radians, Gradians, and Arcminutes

Here is what each common angle unit actually measures and how they relate to one another.

Degrees: the everyday unit

A full turn is 360°, split into 60 arcminutes each, and each arcminute into 60 arcseconds. It is the unit most people learn first and use in everyday life, construction, and navigation.

Radians: the natural unit in math

One radian is the angle where the arc length equals the radius, so a full circle is 2π radians (about 6.2832). Radians are the "natural" unit in math and physics because formulas like arc length = radius × angle only work cleanly when the angle is in radians.

Gradians (gons): a circle split into 400

Gradians split a full circle into 400 units instead of 360, so a right angle is a clean 100 gon. Surveying and some European civil engineering traditions still use gradians because the decimal math is simpler than working with degrees-minutes-seconds.

Arcminutes and arcseconds

Arcminutes (') and arcseconds (") subdivide a degree the way minutes and seconds subdivide an hour: 1° = 60' = 3,600". They show up in astronomy, optics, and geographic coordinates, where degrees alone are not precise enough.

The basic conversion formulas

To go from degrees to radians, multiply by π/180; to go the other way, multiply by 180/π. Gradians convert with degrees × 10/9, since 400 gon equals 360°.

Which unit fits which situation

Use degrees for everyday angles and navigation, radians for calculus and programming (most math libraries expect radians), gradians mainly for older surveying equipment or European civil drawings, and arcminutes/arcseconds for star charts, telescope resolution, and precise latitude/longitude.

Why radians feel less intuitive but matter more in math

Degrees are arbitrary — 360 was chosen partly because ancient Babylonian astronomers used a base-60 number system, and it divides evenly by many small numbers. Radians, by contrast, are defined directly from geometry: the angle in radians is just arc length divided by radius, with no invented reference number. That is why calculus, physics equations, and most programming languages default to radians rather than degrees.

A quick way to avoid mixing up units

Most calculation errors with angles come from mixing modes — for example typing an angle in degrees into a function that expects radians. Scientific calculators have a DEG/RAD/GRAD mode switch for exactly this reason, and programming languages almost always assume radians in trig functions unless you explicitly convert first.

Frequently Asked Questions

Why do some countries still use gradians instead of degrees?

Gradians make decimal arithmetic simpler in fields like surveying, since a right angle is exactly 100 gon and a full circle is 400 gon, avoiding the need to work with minutes and seconds. They are mostly a historical holdover in parts of continental European engineering and older instruments.

What is an arcsecond actually used for?

Arcseconds measure extremely fine angles, such as how precisely a telescope can resolve two close stars, or how accurately a GPS coordinate pins down a location. One arcsecond of latitude is roughly 30 meters on Earth's surface, which shows how much finer it is than a whole degree.