📐
✓ Editorially reviewed by Derek Giordano, Founder & Editor · BA Business Marketing

Angle Converter

Degrees Radians Gradians

Last reviewed: January 2026

🧮
500 calculators, no signup required
Finance · Health · Math · Science · Business
nnng.com

What Is an Angle Converter?

An angle converter translates between degrees, radians, gradians, and other angular units. It is used in trigonometry, navigation, surveying, and engineering where angles are expressed in different systems depending on the discipline.

Angle Units Explained

Angles can be expressed in several units depending on the field. Degrees divide a full circle into 360 parts, a convention dating back to Babylonian astronomy.[1] Radians, the SI standard, define angles as the ratio of arc length to radius — a full circle equals 2π radians, making them essential for calculus and physics.[2] Gradians (also called gons) split a circle into 400 parts, popular in European surveying because a right angle is exactly 100 gradians.[3] Converting between these systems is straightforward: multiply degrees by π/180 for radians, or by 10/9 for gradians. Use the Unit Converter for additional measurement conversions.

Why Radians Are Used in Mathematics

Radians are the natural unit for angles in calculus and physics because arc length = radius × angle in radians (s = rθ). With degrees, extra conversion factors would appear in every calculus derivative. The derivatives of sin and cos are only sin'(x) = cos(x) and cos'(x) = −sin(x) when x is in radians. With degrees, the derivatives carry a π/180 factor everywhere. Programming languages and scientific calculators default to radians for trigonometric functions for this reason.

Common Angle Conversions

DegreesRadiansGradiansTurns
000
45°π/4 ≈ 0.7854500.125
90°π/2 ≈ 1.57081000.25
180°π ≈ 3.14162000.5
360°2π ≈ 6.28324001.0

Understanding Angle Measurement Systems

Angles are measured in several different systems, each suited to different applications. Degrees (°) divide a full circle into 360 equal parts — a convention dating back to ancient Babylonian astronomy, likely chosen because 360 is close to the number of days in a year and is divisible by many small numbers (2, 3, 4, 5, 6, 8, 9, 10, 12, 15, 18, 20, 24, 30, 36, 40, 45, 60, 72, 90, 120, 180). Radians measure angles based on the ratio of arc length to radius — one radian is the angle subtended by an arc equal in length to the radius, making a full circle exactly 2π radians (≈ 6.2832). Gradians (also called gons or grades) divide a full circle into 400 parts, making a right angle exactly 100 gradians — a decimal-friendly system used primarily in European surveying and some engineering applications.

Angle Unit Conversion Reference

AngleDegrees (°)RadiansGradiansTurns
Full circle360°2π ≈ 6.28324001
Straight angle180°π ≈ 3.14162000.5
Right angle90°π/2 ≈ 1.57081000.25
60°60°π/3 ≈ 1.047266.6670.1667
45°45°π/4 ≈ 0.7854500.125
30°30°π/6 ≈ 0.523633.3330.0833
π/180 ≈ 0.017451.11110.00278
1 radian57.296°163.6620.1592

Why Radians Matter in Mathematics and Science

Radians are the natural unit for angle measurement in mathematics and physics because they simplify formulas throughout calculus and trigonometry. In radians, the derivative of sin(x) is simply cos(x), and the derivative of cos(x) is -sin(x). In degrees, these derivatives would require an additional factor of π/180, making every calculation more complex. The Taylor series for sine — sin(x) = x - x³/3! + x⁵/5! - ... — works directly with radians and provides the small angle approximation: for small angles (below about 15°), sin(x) ≈ x and tan(x) ≈ x when x is in radians. This approximation is used extensively in physics (pendulum motion, optics, wave theory) and engineering (structural analysis, vibration) to simplify otherwise complex calculations.

Arc length and sector area formulas are simplest in radians: arc length = rθ (radius times angle in radians), sector area = ½r²θ. In degrees, these become arc length = πrθ/180 and sector area = πr²θ/360 — unnecessarily cluttered with conversion factors. Angular velocity in physics is measured in radians per second (rad/s): the Earth rotates at approximately 7.27 × 10⁻⁵ rad/s, a clock's second hand rotates at π/30 ≈ 0.1047 rad/s. Converting to RPM (revolutions per minute): multiply rad/s by 60/(2π) ≈ 9.549. For related mathematical operations, see our Graphing Calculator and Right Triangle Calculator.

Degrees, Minutes, and Seconds (DMS) Notation

For precision applications like navigation, surveying, and astronomy, degrees are subdivided into 60 arc-minutes ('), and each arc-minute into 60 arc-seconds ("). The notation 41° 24' 12.2" means 41 degrees, 24 minutes, 12.2 seconds, equivalent to 41.4034° in decimal degrees. GPS coordinates are commonly expressed in both formats: New York City is at approximately 40° 42' 46" N, 74° 0' 22" W (DMS) or 40.7128° N, 74.0061° W (decimal). Converting from DMS to decimal: decimal degrees = degrees + minutes/60 + seconds/3600. Converting back: the integer part is degrees, multiply the decimal remainder by 60 for minutes, then multiply the remaining decimal by 60 for seconds.

At the Earth's surface, these angular measurements correspond to specific distances: one degree of latitude equals approximately 111 kilometers (69 miles), one arc-minute equals approximately 1.85 km (1.15 miles, which defines the nautical mile), and one arc-second equals approximately 31 meters (101 feet). Longitude distances vary with latitude — one degree of longitude at the equator is 111 km, but at 60° latitude it's only 56 km. Modern GPS systems achieve accuracy of about 3–5 meters, corresponding to approximately 0.1 arc-seconds. High-precision surveying with RTK GPS reaches centimeter accuracy, requiring angle resolution of thousandths of an arc-second. For unit conversion across measurement types, see our Unit Converter and Area Converter.

Angle Measurement in Programming and Computers

A common source of bugs in programming involves mixing degrees and radians. Most programming languages' trigonometric functions (sin, cos, tan) expect input in radians, but users often think in degrees. Passing 90 (meaning 90°) to Math.sin() returns Math.sin(90 radians) ≈ 0.894, not the expected 1.0. The correct call is Math.sin(90 × Math.PI / 180) = Math.sin(1.5708) = 1.0. Some languages and libraries provide degree-based functions (sind, cosd in MATLAB; numpy.deg2rad in Python), but the default across C, Java, JavaScript, Python, and most others is radians. Game engines and 3D graphics frameworks vary — Unity uses degrees for inspector values but radians internally, while many OpenGL functions expect radians. Always check documentation and verify with known values (sin(30°) should equal 0.5, sin(90°) should equal 1.0) when working with angular calculations in code. For number system conversions, see our Binary Calculator and Scientific Notation Calculator.

Angles in Construction and Carpentry

Construction and woodworking use degrees almost exclusively, with several specific angles appearing frequently. Miter joints for picture frames and trim require 45° cuts (forming 90° corners when two pieces meet). Crown molding typically requires compound angle cuts at 31.6° and 33.9° (for 38° spring angle crown) or 35.3° and 30° (for 45° spring angle crown) — these compound angles confuse even experienced carpenters and are among the most-searched construction calculations. Roof pitch is expressed as a ratio (rise over 12 inches of run) rather than degrees: a 4/12 pitch equals arctan(4/12) ≈ 18.4°, while a 12/12 pitch equals exactly 45°. Staircase construction uses angles of 30–37° for comfortable residential stairs, with steeper angles (up to 50°) for ship's ladders and space-saving stairs. Building codes specify maximum stair angles and minimum tread dimensions for safety. For construction calculations, see our Right Triangle Calculator and Concrete Calculator.

What is a radian intuitively?
One radian is the angle subtended at the center of a circle by an arc equal in length to the radius. If you wrap the radius length around the circumference, the angle at the center is 1 radian. Since the full circumference is 2π times the radius, a full circle = 2π radians. A radian is approximately 57.3° — slightly less than the angle in an equilateral triangle (60°). The number e to the power of iπ = −1 (Euler's identity) uses radians and is considered one of the most beautiful equations in mathematics.

When Angle Units Matter

Degrees are the everyday standard, but radians are essential in calculus, physics, and engineering because they simplify formulas — the derivative of sin(x) is cos(x) only when x is in radians. Gradians (grads) divide a right angle into 100 units, making them popular in European surveying and civil engineering. Military mils split a circle into 6,400 parts for artillery calculations where small angular differences at long range translate to large lateral distances. Using the wrong unit in scientific calculations is a common source of errors — the Mars Climate Orbiter was lost partly due to a unit mismatch.

Why do calculators have DEG, RAD, and GRAD modes?
Scientific and graphing calculators evaluate trigonometric functions differently depending on the angle unit selected. In DEG mode, sin(90) = 1. In RAD mode, sin(π/2) = 1. In GRAD mode, sin(100) = 1. Forgetting to check the mode is one of the most frequent mistakes in math and physics courses. Our Scientific Calculator defaults to degrees but supports all three modes.
When should I use radians instead of degrees?
Use radians whenever you are working with trigonometric functions in calculus, physics, or programming. Most programming languages (Python, JavaScript, C++) expect radian inputs for sin(), cos(), and tan(). Radians simplify many formulas — for example, the derivative of sin(x) is cos(x) only when x is in radians.
What is a gradian and who uses it?
A gradian (also called gon or grade) divides a full circle into 400 units, so a right angle is exactly 100 gradians. Surveyors and civil engineers in continental Europe commonly use gradians because the decimal system makes field calculations simpler. One gradian equals 0.9 degrees.
How do I convert degrees-minutes-seconds (DMS) to decimal degrees?
Divide minutes by 60 and seconds by 3,600, then add all three. For example, 45° 30 minutes 15 seconds = 45 + 30/60 + 15/3600 = 45.5042 decimal degrees. GPS coordinates and mapping software typically use decimal degrees, while traditional navigation uses DMS.

See also: Triangle Calculator · Pythagorean Theorem Calculator · Projectile Motion Calculator

How to Use This Calculator

  1. Enter the angle value — Input the angle measurement you want to convert.
  2. Select the source unit — Choose degrees, radians, gradians, or turns.
  3. Read all conversions — The converter displays the angle in all supported units simultaneously.

Tips and Best Practices

Know the key conversion. 360° = 2π radians = 400 gradians = 1 turn. So 1 radian ≈ 57.296°. 90° = π/2 radians. 180° = π radians. These come up constantly in math and engineering.

Most calculators default to radians. If sin(90) gives 0.894 instead of 1, your calculator is in radian mode. sin(π/2) = 1 in radians. Always check your angle mode before trig calculations.

Gradians are used in surveying. 100 gradians = one right angle. This makes slope and grade calculations easier — a 1-gradian slope is exactly 1% grade. Used primarily in European surveying and some engineering applications.

Convert between degrees-minutes-seconds and decimal degrees. GPS coordinates use decimal degrees. Traditional navigation uses DMS. 45°30'15" = 45 + 30/60 + 15/3600 = 45.504°. See our Scientific Calculator for trig operations.

See also: Scientific Calculator · Slope Calculator · Triangle Area · Pythagorean Theorem

📚 Sources & References
  1. [1] NIST. SI Units — Plane Angle. NIST.gov
  2. [2] Khan Academy. Introduction to Radians. KhanAcademy.org
  3. [3] ISO 80000-3. Quantities and Units — Space and Time. ISO.org
  4. [4] Wolfram MathWorld. Radian. MathWorld
Editorial Standards — Every calculator is built from peer-reviewed formulas and official data sources, editorially reviewed for accuracy, and updated regularly. Read our full methodology · About the author