Roboculator
Online CalculatorsCategoriesDate & EventsNews
Get Started
Online CalculatorsCategoriesDate & EventsNewsGet Started
Roboculator

Smart calculators for every challenge. Free, fast, and private.

Categories

  • Finance
  • Health
  • Math
  • Construction
  • Conversion
  • Everyday Life

Popular Tools

  • Date & Events
  • Loan Calculator
  • BMI Calculator
  • Percentage Calc
  • Latest News
  • Search All

Resources

  • Glossary
  • Topic Tags
  • News & Insights

Company

  • About
  • Contact

Legal

  • Privacy Policy
  • Terms of Service
  • Editorial Policy
  • Disclaimer
© 2026 Roboculator. All rights reserved.
Roboculator

roboculator.com

  1. Home
  2. /Conversion
  3. /Angle Converters
  4. /Angle Converter (General)

Angle Converter (General)

Last updated: April 5, 2026

The Angle Converter converts between all major angular units — degrees, radians, gradians, arcminutes, arcseconds, and revolutions — instantly in any direction. Eliminates conversion errors when working across disciplines that use different angular unit conventions.

Calculator

Results

Degrees (°)

180

Radians (rad)

3.14159265

Gradians (gon)

200

Minutes of Arc (')

10,800

Seconds of Arc (")

648,000

Revolutions (rev)

0.5

Turns

0.5

Results

Degrees (°)

180

Radians (rad)

3.14159265

Gradians (gon)

200

Minutes of Arc (')

10,800

Seconds of Arc (")

648,000

Revolutions (rev)

0.5

Turns

0.5

In This Guide

  1. 01The Six Major Angle Units
  2. 02Radians: Why Mathematics Uses Them
  3. 03Arcminutes and Arcseconds in Astronomy and Navigation
  4. 04Gradians in Surveying and Civil Engineering

The calculator for angle unit conversion converts between all major angular measurement units — degrees, radians, gradians, arcminutes, arcseconds, milliradians, and revolutions — instantly and in any direction. Different disciplines use different angular units, and this converter eliminates the arithmetic errors that arise when translating between them.

The Six Major Angle Units

Angular measurement uses six main unit systems with different bases:

  • Degrees (°): 360° in a full circle; the most familiar unit; used in navigation, geography, and everyday applications
  • Radians (rad): 2π radians in a full circle; the natural unit for mathematics and physics; arc length = radius × angle in radians
  • Gradians (gon): 400 gradians in a full circle; used in surveying and civil engineering; 100 gradians = right angle
  • Arcminutes (′): 60 arcminutes = 1 degree; used in navigation, astronomy, and precision angle measurement
  • Arcseconds (″): 60 arcseconds = 1 arcminute; used in astronomy (stellar parallax), geodesy, and precision optics
  • Revolutions (rev): 1 revolution = 360° = 2π radians; used for rotational speed and cycle counting

Use this online calculator for any angle unit conversion. The degrees to radians calculator and radians to degrees calculator provide focused converters for the most common conversion pair.

Radians: Why Mathematics Uses Them

Radians are the preferred unit in mathematics and physics because they make trigonometric derivatives and series expansions simple. The derivative of sin(x) is cos(x) only when x is in radians — in degrees, an extra conversion factor of π/180 appears throughout every derivative. All Taylor series for trig functions (sin x = x − x³/6 + ...) are valid only in radians. Arc length s = rθ and sector area A = ½r²θ are both simple when θ is in radians. This simplicity is why radians are the SI unit for plane angle despite being less intuitive than degrees for everyday use.

Arcminutes and Arcseconds in Astronomy and Navigation

Sub-degree angle units are critical in astronomy and navigation. One arcsecond corresponds to approximately 4.85 × 10⁻⁶ radians — a tiny angle, yet measurable with modern instruments. Stellar parallax (measuring star distances by Earth's orbital shift) was first measured in arcseconds in 1838. The parsec, the standard unit of astronomical distance, is defined as the distance at which 1 AU subtends exactly 1 arcsecond of parallax. In navigation, 1 arcminute of latitude corresponds to exactly 1 nautical mile — the practical basis of marine navigation. The angle converters category provides the complete set of angle unit conversion tools.

Gradians in Surveying and Civil Engineering

The gradian (also called gon or grad) divides the right angle into 100 equal parts, making horizontal and vertical angles multiples of simple numbers in surveying calculations. A right angle = 100 gradians; a straight line = 200 gradians; a full circle = 400 gradians. This decimal structure simplifies calculations in land surveying, especially when computing slope percentages from angular measurements. European surveying instruments often display angles in gradians by default, which requires conversion when working with international data sets.

Visual Analysis

How It Works

The converter first converts the input to degrees (the most widely understood unit), then from degrees to the target unit. Key factors: 1 rad = 180/pi ≈ 57.2958°, 1 grad = 0.9°, 1 arcmin = 1/60°, 1 arcsec = 1/3600°, 1 rev = 360°.

Understanding Your Results

A right angle is 90° = pi/2 rad = 100 grad. A full circle is 360° = 2pi rad = 400 grad = 1 revolution. When working with trigonometric functions in programming, always check whether the language expects radians or degrees — most math libraries use radians.

Worked Examples

Half Circle

Inputs

value180
from unitdeg
to unitrad

Results

result3.14159265

180° = pi radians

Right Angle in Gradians

Inputs

value90
from unitdeg
to unitgrad

Results

result100

90° = 100 gradians

Frequently Asked Questions

360 degrees = 2pi radians ≈ 6.28318 radians. This is one complete revolution.

1 radian = 180/pi ≈ 57.2958 degrees. Conversely, 1 degree = pi/180 ≈ 0.01745 radians. Radians are dimensionless ratios of arc length to radius.

A gradian (also called gon or grade) is 1/400 of a full rotation. A right angle is exactly 100 gradians. Gradians are used primarily in surveying because they simplify calculations with right angles.

1 degree = 60 arc minutes = 3600 arc seconds. To convert 45.5°: whole degrees = 45, minutes = 0.5 × 60 = 30, so 45.5° = 45° 30' 0".

Radians simplify calculus: the derivative of sin(x) is cos(x) only when x is in radians. Taylor series and many physics formulas assume radian measure.

An arc second is 1/3600 of a degree. It is used in astronomy (star positions), geodesy (GPS coordinates), and optics. Earth's circumference per arc second ≈ 31 meters at the equator.

Multiply radians by 200/pi to get gradians, or multiply gradians by pi/200 to get radians. 1 rad ≈ 63.662 grad.

One revolution equals one complete rotation: 360° = 2pi radians = 400 gradians. RPM (revolutions per minute) is a common unit for rotational speed.

Both are equally precise. Accuracy depends on the decimal places used, not the unit. Radians are preferred for computation because they produce cleaner mathematical formulas.

JavaScript's Math.sin(), Math.cos(), and Math.atan() all use radians. To use degrees, convert first: radians = degrees × Math.PI / 180.

Sources & Methodology

BIPM SI Brochure, 9th edition (2019); ISO 80000-3:2019; NIST SP 811 (2008); IAU Resolution B2 (2012)

How helpful was this calculator?

5.0/5 (1 rating)

Related Calculators

Newtons to Pounds-Force Converter

Force & Torque Converters

Pounds-Force to Newtons Converter

Force & Torque Converters

Kilograms-Force to Newtons Converter

Force & Torque Converters

Dynes to Newtons Converter

Force & Torque Converters

Poundals to Newtons Converter

Force & Torque Converters

Kips to Newtons Converter

Force & Torque Converters