Calculate angle degrees in decimal

Calculator and formula to calculate angle degrees in decimal


This calculator can calculate a decimal angle in degrees, arc minutes and arc seconds, or vice versa.

Enter the known values, then click on the 'Calculate' button.


Angle degrees calculator

 What should be calculated?
 
 Angle input as decimal degrees
Angle
 Angle input in drad, minutes and seconds
Angle ° ' ''
Decimal places
 Result
Decimal
DMS



Convert degrees, minutes and seconds to decimal


\(\displaystyle decimal = (min * 60 + sec) / 3600 + grad\)

Convert decimal to degrees, minutes and seconds


\(\displaystyle grad = floor(decimal)\)
\(\displaystyle x = (decimal - grad) * 60\)
\(\displaystyle min = floor(x)\)
\(\displaystyle sec = (x - min) * 60\)

The function floor returns the integer without decimal places.


Angle functions

From Deg, Min, Sec to DecimalFrom Degree to PercentAngle sumSide lengths from angles

Circular functions

AnnulusAnnulus sectorCircleCircular anglesCircular arcsCircular sectorCircular segmentEllipseParabolic archSquaring the Circle


Is this page helpful?            
Thank you for your feedback!

Sorry about that

How can we improve it?