Radians to Degrees (rad to °)
Last updated:
Radians-to-degrees conversions translate mathematics, physics, programming-language trigonometric-function output, computer-graphics rotation-matrix output, and physics-simulation output into the degrees needed for human-readable engineering documentation, CAD-design display, navigation-and-surveying display, and everyday-engineering reference. A π/2 ≈ 1.5708 rad trigonometric-function output translates to 90° for human-readable display; a 0.7854 rad CAM-software internal value translates to 45° on the user-facing CAD UI; a 0.4102 rad orbital-mechanics output translates to 23.5° on the astronomy-display documentation. The factor is the multiplicative ratio between radians and degrees, fixed exactly by the mathematical relationship 360° = 2π rad (1 radian = 180/π ° ≈ 57.29578°).
How to convert Radians to Degrees
Formula
deg = rad × (180 / π)
To convert radians to degrees, multiply the radian figure by 180/π ≈ 57.29578 — equivalently, multiply by 57.3 for everyday mental-math precision. The relationship is exact, derived from the mathematical definition 360° = 2π rad. Common reference values to memorise: π/6 rad ≈ 0.524 rad = 30°, π/4 rad ≈ 0.785 rad = 45°, π/3 rad ≈ 1.047 rad = 60°, π/2 rad ≈ 1.571 rad = 90°, π rad ≈ 3.1416 rad = 180°, 2π rad ≈ 6.2832 rad = 360°. The conversion runs at every radian-internal-output to degree-human-display engineering-and-computational boundary across CAD-and-CAM, GPS-and-GIS, robotics, and physics-simulation work. The factor is exact rather than approximate, with no rounding error introduced at the mathematical step itself.
Worked examples
Example 1 — 1 rad
One radian equals 180/π degrees ≈ 57.29578°. The factor is the reciprocal of the degree-to-radian factor and is exact at any precision since π is mathematically defined.
Example 2 — 1.5708 rad
One point five seven zero eight radians (π/2) — the radian-equivalent of a right angle — converts to 90.00° on the human-readable engineering-and-CAD-display documentation. The radian-figure is the mathematics-and-physics-and-computational primary; the degree-figure is the everyday-engineering reference for human-readable output.
Example 3 — 6.2832 rad
Six point two eight three two radians (2π) — the radian-equivalent of a full circle — converts to 360.00° on the human-readable rotation-and-revolution-display documentation. The radian-figure is the universal phase-and-rotation reference in computational work; the degree-figure is the human-readable revolution count.
rad to ° conversion table
| rad | ° |
|---|---|
| 1 rad | 57.2958 ° |
| 2 rad | 114.5916 ° |
| 3 rad | 171.8873 ° |
| 4 rad | 229.1831 ° |
| 5 rad | 286.4789 ° |
| 6 rad | 343.7747 ° |
| 7 rad | 401.0705 ° |
| 8 rad | 458.3662 ° |
| 9 rad | 515.662 ° |
| 10 rad | 572.9578 ° |
| 15 rad | 859.4367 ° |
| 20 rad | 1145.9156 ° |
| 25 rad | 1432.3945 ° |
| 30 rad | 1718.8734 ° |
| 40 rad | 2291.8312 ° |
| 50 rad | 2864.789 ° |
| 75 rad | 4297.1835 ° |
| 100 rad | 5729.578 ° |
| 150 rad | 8594.3669 ° |
| 200 rad | 11459.1559 ° |
| 250 rad | 14323.9449 ° |
| 500 rad | 28647.8898 ° |
| 750 rad | 42971.8346 ° |
| 1000 rad | 57295.7795 ° |
| 2500 rad | 143239.4488 ° |
| 5000 rad | 286478.8976 ° |
Common rad to ° conversions
- 0.1 rad=5.7296 °
- 0.5 rad=28.6479 °
- 0.7854 rad=45.0001 °
- 1 rad=57.2958 °
- 1.5708 rad=90.0002 °
- 2 rad=114.5916 °
- 3.1416 rad=180.0004 °
- 4 rad=229.1831 °
- 5 rad=286.4789 °
- 6.2832 rad=360.0008 °
What is a Radian?
The radian (rad) is defined as the angle subtended at the centre of a circle by an arc length equal to the radius. Equivalently, one radian is the angle for which arc-length divided by radius equals 1. The full circle subtends 2π radians (the circumference 2πr divided by the radius r). The relationship to degrees is 360° = 2π rad exactly, hence 1 rad = 180/π ° ≈ 57.29578°. The radian is dimensionless (the ratio of two lengths), classified as an SI-derived dimensionless unit by the 1995 20th CGPM. The radian is the mathematically natural angular unit because trigonometric-function derivatives take their simplest form in radians: d/dx sin(x) = cos(x), d/dx cos(x) = -sin(x), and the small-angle approximation sin(x) ≈ x holds for small x in radians. The milliradian (mrad, 10⁻³ rad ≈ 0.0573°) is widely used in firearms-optics, surveying, and astronomy for small-angle work. The microradian (μrad) appears in laser-and-optics precision-pointing applications.
The radian as an angular unit was proposed by mathematicians and physicists in the 1700s and formalised in the late 1800s as the mathematically natural angular unit for calculus-and-physics work. The name "radian" was coined by James Thomson (brother of Lord Kelvin) in 1873, building on earlier informal usage of arc-length-divided-by-radius as the natural angular measure. Mathematicians had long recognised that derivatives and integrals of trigonometric functions take their simplest form when angles are measured in radians (d/dx sin(x) = cos(x) holds only when x is in radians; in degrees, an extra factor of π/180 appears). The radian was formally adopted by the International Bureau of Weights and Measures (BIPM) and recognised as an SI-coherent supplementary unit by the 1960 11th CGPM and reclassified as an SI-derived dimensionless unit by the 1995 20th CGPM. The radian dominates mathematics, physics, and engineering work involving trigonometric calculations, angular-velocity, angular-momentum, and angular-frequency specifications, while the degree retains its universal dominance in everyday and applied engineering practice. Modern programming languages (JavaScript Math.sin, Python math.sin, C++ std::sin, etc.) implement trigonometric functions in radians by default, with degree-to-radian conversion required for everyday-engineering input.
Mathematics, physics, and engineering work involving trigonometric-and-angular calculations. Calculus-and-trigonometric-function work in mathematics: derivatives, integrals, Taylor series, and Fourier analysis all use radians by mathematical necessity. Physics: angular-velocity (ω in rad/s), angular-acceleration (α in rad/s²), angular-momentum, angular-frequency (in rad/s for oscillators-and-rotating-systems), wave-mechanics-and-quantum-mechanics phase angles. Mechanical-engineering rotational-dynamics: angular-velocity specifications for shafts, motors, and turbines (often converted from rpm to rad/s for dynamics calculations: 1 rpm = 2π/60 rad/s ≈ 0.1047 rad/s). Electrical-engineering AC analysis: phase angles in radians for sinusoidal voltages, currents, and impedances. Robotics-and-control-systems: joint-angles, rotation-matrices, quaternions all use radians internally. Computer-graphics and computer-vision: rotation-and-transformation matrices, camera-projection mathematics use radians. Optics-and-laser-engineering: beam-divergence in milliradians-and-microradians. Firearms-optics: scope-windage-and-elevation-adjustments in milliradians (mil) for tactical-shooting work. Astronomy-and-astrophysics: small-angle measurements in arcseconds-and-microarcseconds, with internal calculations in radians. Modern programming languages and computational frameworks default to radians for trigonometric functions.
What is a Degree?
The degree (°) is defined as 1/360 of a full circle (a complete rotation). Equivalently, the degree is π/180 radians ≈ 0.01745329 radians, derived from the radian definition (1 full circle = 2π radians = 360°). The relationship is exact in mathematics, with the degree-to-radian factor irrational (containing π) but exact at any precision. The degree is subdivided sexagesimally into 60 arcminutes (') per degree and 60 arcseconds (") per arcminute (1° = 60' = 3600"), giving the degree-arcminute-arcsecond (DMS) notation used in navigation, astronomy, and surveying (e.g. 40° 26' 28" N latitude). Modern decimal-degree notation (40.4411° N) is increasingly used in computer-and-GIS contexts, with the relationship between DMS and decimal-degree being 40° 26' 28" = 40 + 26/60 + 28/3600 = 40.4411°. The degree is "accepted for use with the SI" by the BIPM SI brochure despite not being SI-coherent, given its universal practical importance in navigation, astronomy, surveying, engineering, and everyday geometry.
The degree as an angle unit traces to ancient Babylonian astronomy, where the sexagesimal (base-60) numeral system led astronomers to divide the full circle into 360 equal parts — likely chosen because 360 is divisible by many small integers (1, 2, 3, 4, 5, 6, 8, 9, 10, 12, 15, 18, 20, 24, 30, 36, 40, 45, 60, 72, 90, 120, 180, 360) and approximates the 365.25 days in a solar year. The Babylonian astronomers passed the convention to the Greeks (notably Hipparchus and Ptolemy in the second century BCE and second century CE respectively), then to medieval Arab astronomers, and through the Latin Almagest translation to medieval European astronomy. The subdivision of the degree into 60 arcminutes (') and the arcminute into 60 arcseconds (") preserved the Babylonian sexagesimal subdivision, with the convention surviving through Renaissance and modern astronomy. The degree-arcminute-arcsecond system remained the universal angular measurement convention for navigation (latitude-and-longitude), astronomy, surveying, geometry, and engineering through the modern era. The radian was proposed in the 1700s and formalised in the late 1800s as the more mathematically natural angular unit, but the degree retains overwhelming dominance in everyday and applied engineering practice. The 1960 SI specifies the radian as the SI-coherent angular unit, but the degree remains "accepted for use with the SI" by the BIPM SI brochure given its universal practical importance.
Navigation and geographic-positioning globally — every modern map, GPS coordinate, compass bearing, and aeronautical-navigation specification uses degrees. Latitude (-90° to +90° N/S from equator) and longitude (-180° to +180° E/W from Greenwich) form the universal geographic-coordinate-system. Compass bearings (0° to 360° clockwise from north) for navigation, surveying, and aviation. Astronomy: celestial-coordinate-systems (right-ascension typically in hours-minutes-seconds, declination in degrees-arcminutes-arcseconds), ecliptic-coordinates, galactic-coordinates. Surveying-and-civil-engineering: bearing, deflection-angle, slope-angle, and grade-and-cant specifications in degrees. Mechanical-engineering: bolt-circle angular-spacing, gear-tooth angles, bend-and-fold angles, machining-and-tooling angles. Automotive-engineering: camshaft timing-angle, ignition-timing-angle, suspension-camber-and-toe angles. Construction-and-architecture: roof-pitch-angles, stair-rise-angles, slope-and-grade specifications. Geometry-and-trigonometry textbooks at primary, secondary, and undergraduate level, with the radian appearing primarily in advanced calculus-and-physics work where mathematical naturalness matters. The degree is the universal practical angular unit, with the radian dominating mathematical-and-physics contexts where dimensional consistency requires it.
Real-world uses for Radians to Degrees
CAD-and-CAM internal radian rotation-matrices translated to degree user-display for designers and machinists
Computer-aided-design and computer-aided-manufacturing software computes internally in radians (rotation-matrices, transformations, rendering-pipelines all use radians for mathematical naturalness) but displays angular results to users in degrees. A 1.5708 rad internal-rotation-matrix value translates to 90° on the user-facing UI; a 0.7854 rad bevel-angle internal value translates to 45° on the machining-feature display; a 0.5236 rad drill-helix-angle translates to 30°. The conversion runs at every CAD-software internal-rotation-matrix to user-display step, with the radian on the underlying linear-algebra computation and the degree on the human-readable UI display.
GPS-and-GIS internal radian great-circle-distance output translated to degrees for human-readable coordinate display
Geographic-information-system software computes internally in radians (Haversine-formula great-circle-distance, bearing-azimuth, map-projection mathematics) but displays results to users in degree-decimal or degree-arcminute-arcsecond format. A 0.7106 rad latitude internal value translates to 40.71° N on the user-facing display; a -1.2918 rad longitude translates to -74.01° W. The conversion runs at every GPS-and-GIS internal-calculation to user-coordinate-display step in mapping software, navigation systems, and ride-sharing-and-delivery routing applications.
Robotics-control internal radian kinematics output translated to degrees for human-operator display and joint-angle-feedback
Robotic-arm-and-articulated-robot control systems compute internally in radians (forward-and-inverse-kinematics, rotation-matrix, quaternion mathematics for ABB, KUKA, Fanuc, Yaskawa, Universal Robots, and similar industrial-robot platforms) but display joint-angle feedback to human operators in degrees on teach-pendant-and-supervisor interfaces. A 1.5708 rad internal elbow-joint feedback translates to 90° on the operator-display; a 0.7854 rad shoulder-rotation feedback translates to 45°; a 2.094 rad wrist-rotation feedback translates to 120°. The conversion runs at every robotic-control-system internal-kinematics-output to human-operator-display step in industrial-automation, surgical-robotics, and humanoid-robot teach-pendant interfaces.
Physics-simulation and astronomy internal radian output translated to degrees for human-readable scientific documentation
Physics-engineering simulation software (orbital mechanics, fluid-dynamics, structural-dynamics, electromagnetic-field-simulation) and astronomy software computes internally in radians but reports angular results in degrees for human-readable documentation, scientific-paper-and-report formatting, and stakeholder-and-public communication. A 0.4102 rad orbital-inclination output translates to 23.5° on the astronomical-documentation display; a 0.00873 rad solar-angular-size translates to 0.5° on the eclipse-geometry documentation. The conversion runs at every science-software internal-output to human-readable-documentation step.
When to use Degrees instead of Radians
Use degrees whenever the destination is human-readable engineering-and-CAD-display documentation, navigation-and-surveying reference, automotive-engineering specification, construction documentation, geometry-and-trigonometry textbooks, or any human-facing context where degree-scale granularity matches everyday angular intuition. The degree is the universal practical-and-everyday-engineering angular unit, with degree-arcminute-arcsecond (DMS) notation surviving in navigation-and-astronomy work and decimal-degree notation dominating modern computer-and-GIS contexts. Stay in radians when the destination is mathematics, physics, programming-language trigonometric-function input, computer-graphics rotation-matrix internal computation, robotics-and-control-system kinematics internal computation, or any computational context where mathematical-naturalness or programming-language-default convention requires radians. The conversion is the universal computational-to-everyday angular scale-shift between mathematical-radian source and human-display-degree destination work, applied at every CAD-and-CAM display boundary, GPS-and-GIS coordinate-display boundary, robotic-teach-pendant feedback boundary, and physics-simulation output boundary.
Common mistakes converting rad to °
- Treating π as 3.14 in the conversion. The factor 180/π ≈ 57.29578 (using π ≈ 3.14159265). Using π = 3.14 gives 57.32, a 0.05% error that compounds in long-chain calculations. For engineering work, use π to at least 6-7 significant figures or use the mathematical constant Math.PI / math.pi from the programming-language standard library.
- Forgetting to apply the conversion when displaying programming-language trigonometric-function output to users. Math.atan2(y, x) returns radians in JavaScript, requiring multiplication by 180/π for human-readable degree display. The same applies to Math.acos, Math.asin, math.atan, and similar inverse-trigonometric functions in most programming languages.
Frequently asked questions
How many degrees in 1 radian?
One radian equals 180/π degrees, approximately 57.29578°. The factor is the reciprocal of the degree-to-radian factor and is exact at any precision since π is mathematically defined. The "1 rad ≈ 57.3°" approximation appears in mental-math angular-velocity-and-rotation calculations where degrees-and-radians cross-references are needed.
How many degrees in π/2 rad (right angle)?
π/2 radians (approximately 1.5708 rad) equals exactly 90 degrees. That is the radian-equivalent of a right angle, with sin(π/2) = 1, cos(π/2) = 0. The π/2 value appears constantly in computer-graphics rotation-matrices, robotics-kinematics, and physics-simulation work, with the 90° human-readable equivalent on user-display interfaces.
How many degrees in 2π rad (full circle)?
2π radians (approximately 6.2832 rad) equals exactly 360 degrees. That is the radian-equivalent of a full circle, the universal phase-and-rotation reference in physics-engineering simulation, computer-graphics rotation-matrix mathematics, and angular-velocity calculations. The "2π rad per revolution" identity underpins angular-velocity-and-frequency conversions between rpm and rad/s.
Quick way to convert radians to degrees in my head?
Multiply the radian figure by 57.3 (or by 180/π ≈ 57.296) — that lands on the degree figure. For 1 rad that gives about 57.3°, for π/2 rad ≈ 1.57 rad that gives about 90°, for π rad ≈ 3.14 rad that gives about 180°. The exact factor is 180/π = 57.29578, with the "rad × 57.3" rule giving figures within 0.01% of exact for everyday mental-math angular conversion.
How do I write the radian-to-degree conversion in code?
In JavaScript: const degrees = radians * 180 / Math.PI. In Python: import math; degrees = math.degrees(radians) (or radians * 180 / math.pi). In C++: const double degrees = radians * 180.0 / M_PI. Most modern languages provide a built-in radians-to-degrees helper or expose π as a standard-library constant. Always use the language-standard π constant rather than hard-coded 3.14 to preserve full floating-point precision.
When does radians-to-degrees conversion appear in real work?
It appears in CAD-and-CAM internal radian rotation-matrices translated to degree user-display for designers and machinists and in GPS-and-GIS internal radian great-circle-distance output translated to degrees for human-readable coordinate display. It also appears in robotics-control internal radian kinematics output translated to degrees for human-operator display and joint-angle-feedback and in physics-simulation and astronomy internal radian output translated to degrees for human-readable scientific documentation. The conversion is one of the most-run angular-unit conversions in modern computational work globally.
How precise should radians-to-degrees be for engineering work?
For engineering work the conversion factor is exact (1 rad = 180/π °), and the precision allowance comes from the underlying angular-measurement precision. Most engineering documentation rounds to 6-7 significant figures (1 rad ≈ 57.29578°), which is sufficient for typical mechanical, civil, and aerospace applications. Higher-precision applications (astronomy, geodesy, laser-pointing) preserve more digits in the conversion.