Converting degrees to radians and vice versa

Converts degrees, minutes and seconds to radians and radians to degrees, minutes and seconds

This page exists due to the efforts of the following people:

Timur

Timur

Anton

Michele

Michele

Created: 2008-09-17 20:39:43, Last updated: 2021-09-30 12:24:00
Creative Commons Attribution/Share-Alike License 3.0 (Unported)

This content is licensed under Creative Commons Attribution/Share-Alike License 3.0 (Unported). That means you may freely redistribute or modify this content under the same license conditions and must attribute the original author by placing a hyperlink from your site to this work https://planetcalc.com/71/. Also, please do not modify any references to the original work (if any) contained in this content.

First, degrees are converted to decimal degrees -
Decimal Degrees = Degrees + (Minutes + Seconds/60)/60.
Then, decimal degrees are converted to radians -
Radians = Decimal Degrees * Pi/180.
If we are talking about Earth coordinates, we also have to consider a sign. For North latitude and East longitude, it is a plus, for South latitude and West longitude, it is a minus.

PLANETCALC, Converting degrees to radians

Converting degrees to radians

Digits after the decimal point: 4
Decimal degrees
 
Radians
 



To convert radians back to degrees, divide 180 by Pi and multiply the result value by radians number. You'll get a real number, which in the integer part is a number of degrees. To get the minutes, you'll need to multiply the fraction by 60 and get the integer. The last operation fraction multiplied by 60 and rounded to the nearest integer is the seconds. Note: you may get 60 as a rounding result; in this case, you assume the number of seconds = 0 and increment minutes part (which again may become equal to 60). The following calculator does this simple math for you:

PLANETCALC, Radians to degrees minutes seconds

Radians to degrees minutes seconds

Digits after the decimal point: 3
Degrees
 
Minutes
 
Seconds
 

URL copied to clipboard
PLANETCALC, Converting degrees to radians and vice versa

Comments