Angle Converter

0.0174532925

Convert Angle Units Online — Degrees, Radians, and Gradians

Our free angle converter lets you instantly switch between degrees, radians, gradians, arcminutes, arcseconds, and other angular measurement units. Whether you are solving trigonometry problems, programming game physics, calibrating surveying instruments, or navigating by compass, this tool delivers accurate results in real time. All calculations run directly in your browser with no data sent to any server and no registration required. Understanding angle conversions is essential for students, engineers, navigators, and anyone working with geometry, rotation, or directional measurements.

How to Convert Between Angle Units

Angle conversion relies on well-defined mathematical relationships between the different measurement systems. The three most common systems are degrees, radians, and gradians, each dividing a full rotation differently. Below are the key formulas and step-by-step examples for the most frequently needed conversions.

Degrees to Radians

The formula is radians = degrees × (pi / 180). Since a full circle is 360 degrees and also 2 times pi radians, the conversion factor is pi divided by 180, which equals approximately 0.0174533. For example, to convert 90 degrees to radians: 90 × (pi / 180) = 90 × 0.0174533 = pi/2, which is approximately 1.5708 radians. Another common conversion: 45 degrees equals pi/4 radians (approximately 0.7854). This degrees to radians formula is fundamental in trigonometry, calculus, and any programming language where math functions expect radian input.

Radians to Degrees

The formula is degrees = radians × (180 / pi). Multiply the radian value by approximately 57.2958 to get degrees. For example, 1 radian equals about 57.296 degrees. To convert pi radians: pi × (180 / pi) = 180 degrees, confirming that pi radians is a half rotation. The value 2 times pi radians equals 360 degrees, a full circle. You can explore this specific conversion with our radians to degrees converter.

Degrees to Gradians

The formula is gradians = degrees × (10 / 9). A full circle contains 400 gradians (also called gons or grades), compared to 360 degrees. The conversion factor is 400/360, which simplifies to 10/9 or approximately 1.1111. For example, 90 degrees equals 100 gradians, and 180 degrees equals 200 gradians. A right angle is exactly 100 gradians, which is one reason surveyors historically preferred this system — it divides neatly into percentages of a right angle. You can also use our degrees to gradians converter for quick lookups.

Degrees, Minutes, and Seconds (DMS) to Decimal Degrees

Geographic coordinates and traditional navigation use degrees, arcminutes, and arcseconds. One degree contains 60 arcminutes, and one arcminute contains 60 arcseconds. To convert DMS to decimal degrees, use the formula: decimal degrees = degrees + (minutes / 60) + (seconds / 3600). For example, 40 degrees 26 minutes 46 seconds equals 40 + (26/60) + (46/3600) = 40 + 0.4333 + 0.01278 = 40.4461 degrees. This conversion is essential when entering coordinates into GPS devices, mapping software, or geographic information systems that expect decimal degree input.

About the Angle Converter

Angles are among the oldest measured quantities in human history, dating back to Babylonian astronomers who divided the circle into 360 degrees over 4,000 years ago. Today, angular measurement remains central to mathematics, physics, engineering, navigation, astronomy, and computer graphics. This angle converter supports degrees, radians, gradians, arcminutes, arcseconds, and turns, covering every common use case from classroom trigonometry to professional surveying. If you also work with distance measurements in geometric calculations, our length unit conversion tool complements angular work with linear measurements.

Understanding Angle Measurement Systems

The degree system originated with the ancient Babylonians, who used a base-60 (sexagesimal) number system. They divided the circle into 360 parts, likely because 360 is close to the number of days in a year and is highly composite — divisible by 2, 3, 4, 5, 6, 8, 9, 10, 12, 15, 18, 20, 24, 30, 36, 40, 45, 60, 72, 90, 120, and 180. This divisibility makes degrees convenient for subdividing circles into equal parts without fractional values. The degree remains the most widely used angle unit in everyday life, education, navigation, and many engineering disciplines.

The radian is the SI unit of angular measurement and is defined as the angle subtended at the center of a circle by an arc equal in length to the radius. A full circle has a circumference of 2 times pi times the radius, so a full rotation equals 2 times pi radians (approximately 6.2832 radians). Radians are the natural unit for calculus and higher mathematics because they simplify many formulas. For instance, the derivative of sin(x) is cos(x) only when x is measured in radians. If degrees were used, an additional factor of pi/180 would appear in every trigonometric derivative. Programming languages including C, Java, Python, and JavaScript all use radians as the default input for their trigonometric functions.

The gradian (also called gon or grade) divides a full circle into 400 equal parts, making a right angle exactly 100 gradians. This system was introduced during the French Revolution as part of the metric system's attempt to decimalize all measurements. While gradians never achieved widespread adoption in mathematics or physics, they remain popular in surveying and some European engineering traditions. The advantage is that slope percentages relate directly to gradians: a 1-percent slope corresponds to 1 gradian. French and some Central European surveying instruments still default to gradian measurement.

Common Angle Conversions in Daily Life

Navigation is one of the most practical contexts for angle conversion. Compass bearings are expressed in degrees from 0 to 360, where 0 degrees is north, 90 degrees is east, 180 degrees is south, and 270 degrees is west. Pilots, sailors, and hikers use these bearings constantly. When plotting courses on nautical charts, navigators sometimes need to convert between true north (geographic) and magnetic north, which involves adding or subtracting the local magnetic declination angle. GPS coordinates use degrees with decimal fractions or degrees-minutes-seconds notation, requiring conversion between the two formats.

In construction and carpentry, angles determine the fit of joints, the pitch of roofs, and the alignment of structures. A standard roof pitch might be described as a 30-degree angle or a 6:12 ratio (meaning 6 inches of rise for every 12 inches of run). Miter saws are calibrated in degrees, and cutting a perfect 45-degree angle for a picture frame or baseboard requires precise angular measurement. Protractors, digital angle finders, and smartphone apps all measure in degrees, but engineering calculations may require conversion to radians for structural analysis software.

Astronomy relies heavily on angular measurement. The apparent size of celestial objects is measured in degrees, arcminutes, and arcseconds. The full Moon spans about 0.5 degrees (30 arcminutes) in the sky. The angular resolution of the Hubble Space Telescope is about 0.05 arcseconds. Astronomers use right ascension (measured in hours, minutes, and seconds of time) and declination (measured in degrees, arcminutes, and arcseconds) to specify positions on the celestial sphere. Converting between these coordinate systems and standard angular units is a routine task in observational astronomy. For calculations involving angular velocity and rotational speed, our speed unit conversion tool handles related measurements.

Computer graphics and game development use angles extensively for rotation, camera control, and physics simulation. Most graphics APIs and game engines use radians internally, but designers and artists often think in degrees. Converting degrees to radians is one of the most common operations in 3D programming. A character turning 90 degrees requires a rotation of pi/2 radians. Quaternions, which avoid gimbal lock in 3D rotations, are constructed from half-angles in radians. Understanding the relationship between degrees and radians is essential for anyone writing shader code, animation systems, or physics engines.

Tips and Quick Reference for Angles

A handy shortcut for degrees to radians: memorize that 180 degrees equals pi radians. From there, you can derive any common angle. Divide both sides by 2 to get 90 degrees equals pi/2. Divide by 3 to get 60 degrees equals pi/3. Divide by 4 to get 45 degrees equals pi/4. Divide by 6 to get 30 degrees equals pi/6. These five reference angles (30, 45, 60, 90, and 180 degrees) cover the vast majority of trigonometry problems you will encounter.

For a quick mental estimate of radians to degrees, remember that 1 radian is roughly 57.3 degrees. So 2 radians is about 114.6 degrees, and 3 radians is about 171.9 degrees. Since pi is approximately 3.14159, pi radians is about 180 degrees, which checks out. This approximation is accurate enough for quick sanity checks when you do not have a calculator handy.

A common mistake is forgetting to switch your calculator or programming language between degree mode and radian mode. In most programming languages, trigonometric functions like sin(), cos(), and tan() expect input in radians. If you pass degrees directly, you will get incorrect results. For example, sin(90) in JavaScript returns 0.894 (treating 90 as radians), not 1.0 (which is sin of 90 degrees). Always convert degrees to radians before calling trig functions, or use a helper function. For calculations involving rotational frequency and angular velocity, our frequency converter tool handles hertz and RPM conversions that relate directly to angular speed.

Common Angle Reference Values

The following table provides quick reference conversions for the most frequently used angle values across mathematics, navigation, engineering, and programming.

DescriptionDegreesRadiansGradians
Zero angle00 grad
Common trig angle30°pi/6 (0.5236)33.33 grad
Common trig angle45°pi/4 (0.7854)50 grad
Common trig angle60°pi/3 (1.0472)66.67 grad
Right angle90°pi/2 (1.5708)100 grad
Straight angle180°pi (3.1416)200 grad
Three-quarter turn270°3pi/2 (4.7124)300 grad
Full rotation360°2pi (6.2832)400 grad
One radian57.296°163.662 grad
One gradian0.9°0.015711 grad

Frequently Asked Questions

How do I convert degrees to radians?

Multiply the degree value by pi divided by 180. The formula is radians = degrees × (pi / 180). For example, 90 degrees times pi/180 equals pi/2 radians, which is approximately 1.5708. This conversion is necessary whenever you use trigonometric functions in programming languages like JavaScript, Python, C, or Java, as these functions expect radian input by default. Most scientific calculators also have a degree/radian mode toggle that affects how trig functions interpret their arguments.

Why do mathematicians prefer radians over degrees?

Radians simplify many mathematical formulas and make calculus work cleanly. The derivative of sin(x) is cos(x) only when x is in radians. If x were in degrees, the derivative would be (pi/180) × cos(x), adding an unnecessary constant to every calculation. Similarly, the Taylor series expansions for sine and cosine have their simplest form in radians. The arc length formula (s = r × theta) works directly when theta is in radians. Euler's famous identity, e to the power of (i × pi) equals negative one, relies on radian measurement. Radians are the natural unit for angles in the same way that meters are the natural unit for length in the SI system.

What is a gradian and who uses it?

A gradian (also called a gon or grade) is an angular unit where a full circle equals 400 gradians and a right angle equals exactly 100 gradians. The system was created during the French Revolution to align angular measurement with the decimal metric system. Today, gradians are primarily used by surveyors in France, Germany, Switzerland, and some other European countries. Surveying instruments like total stations and theodolites often offer a gradian mode. The advantage is that slope percentages correspond directly to gradians, making field calculations more intuitive for land surveying work.

How many radians are in a full circle?

A full circle contains exactly 2 times pi radians, which is approximately 6.2832 radians. This follows from the definition of a radian: since the circumference of a circle is 2 times pi times the radius, and a radian is the angle subtended by an arc equal to the radius, it takes 2 times pi radius-lengths to go all the way around. A half circle is pi radians (approximately 3.1416), a quarter circle is pi/2 radians (approximately 1.5708), and one-sixth of a circle is pi/3 radians (approximately 1.0472).

What is the difference between arcminutes and arcseconds?

An arcminute is 1/60 of a degree, and an arcsecond is 1/60 of an arcminute (or 1/3600 of a degree). These subdivisions allow precise angular measurements without resorting to small decimal fractions of degrees. Astronomers use arcseconds to measure the apparent size and separation of celestial objects. For example, the angular diameter of Jupiter as seen from Earth ranges from about 30 to 50 arcseconds depending on orbital positions. The resolution limit of the human eye is roughly 60 arcseconds (1 arcminute). Geographic coordinates traditionally use degrees, arcminutes, and arcseconds notation, such as 51 degrees 28 minutes 38 seconds north for the latitude of London.

How are angles used in programming and game development?

In programming, angles control rotation, direction, and orientation. Most math libraries (JavaScript Math, Python math, C math.h) use radians for trigonometric functions. Game engines like Unity use degrees in their inspector panels but convert to radians internally. Common operations include rotating sprites, calculating projectile trajectories, determining line-of-sight angles, and interpolating between orientations. The atan2 function, which returns an angle in radians given x and y coordinates, is one of the most frequently used angle-related functions in game programming. Developers must consistently convert between degrees and radians to avoid subtle rotation bugs.

What is a steradian and how does it relate to angles?

A steradian is the three-dimensional equivalent of a radian. While a radian measures a flat (planar) angle, a steradian measures a solid angle — the two-dimensional angle subtended at the center of a sphere. A full sphere subtends 4 times pi steradians (approximately 12.566 steradians), analogous to how a full circle subtends 2 times pi radians. Steradians are used in photometry (measuring light intensity in candelas), radiometry, and antenna theory. A standard light bulb emits light over nearly 4 pi steradians, while a laser beam covers a tiny fraction of a steradian.

Why did the Babylonians choose 360 degrees for a circle?

The most widely accepted explanation is that the Babylonians used a base-60 number system and observed that a year has approximately 360 days. Dividing a circle into 360 parts created a convenient system where each degree roughly corresponded to one day of the Sun's apparent annual journey across the sky. Additionally, 360 is a highly composite number with 24 divisors, making it easy to divide a circle into halves, thirds, quarters, fifths, sixths, eighths, tenths, twelfths, and many other equal parts without producing awkward fractions. This practical divisibility has kept the 360-degree system in use for over four millennia despite the mathematical elegance of radians.

How do I convert angles for CNC machining?

CNC machines typically accept angles in decimal degrees. If your engineering drawing specifies an angle in degrees, minutes, and seconds (DMS), convert it to decimal degrees first using the formula: decimal = degrees + minutes/60 + seconds/3600. For example, 45 degrees 30 minutes 15 seconds becomes 45 + 0.5 + 0.004167 = 45.504 degrees. Some CAD/CAM software accepts radians for rotational axis commands, particularly for fourth and fifth axis movements. Always verify which unit your specific machine controller expects before submitting a program, as an error in angular units can result in scrapped parts or tool crashes.

What angles are most important in trigonometry?

The most important angles in trigonometry are 0, 30, 45, 60, and 90 degrees (0, pi/6, pi/4, pi/3, and pi/2 radians). These are called special angles because their sine, cosine, and tangent values can be expressed as simple fractions involving square roots. For example, sin(30 degrees) equals 1/2, cos(45 degrees) equals the square root of 2 divided by 2, and tan(60 degrees) equals the square root of 3. Memorizing these values and their radian equivalents is essential for success in trigonometry, precalculus, and calculus courses. The unit circle, which maps all angles to their corresponding sine and cosine values, is built around these reference angles.

How accurate is this angle converter?

This converter uses IEEE 754 double-precision floating-point arithmetic, providing approximately 15 to 17 significant decimal digits of precision. For all practical purposes — engineering, navigation, programming, and education — the results are exact. The value of pi used internally has full double-precision accuracy. The only limitation is inherent to floating-point representation: some decimal fractions cannot be represented exactly in binary, leading to tiny rounding errors in the last few decimal places. For example, converting 1/3 of a degree to radians and back may show a result like 0.33333333333333337 instead of exactly 0.33333333333333333. These differences are far below the threshold of any real-world measurement.

Can I use this angle converter offline?

Yes. All calculations run entirely in your browser using client-side JavaScript. Once the page has loaded, no internet connection is needed for conversions. No data is transmitted to any server during the process. This makes the tool ideal for students in exam preparation, engineers in the field, surveyors at remote sites, and programmers debugging rotation code. Bookmark this page for quick access whenever you need to convert between degrees, radians, gradians, arcminutes, arcseconds, and other angular measurement units.

FAQ

How does the Angle Converter work?

Convert between degrees, radians, and gradians.

Ad