How decimal degrees and DMS relate
Degrees-minutes-seconds notation breaks one degree into 60 arcminutes and each arcminute into 60 arcseconds. Decimal degrees keep the same angle as a single decimal number. The converter moves cleanly between the two by treating the minutes and seconds as fractional parts of one degree.
That means 40° 26′ 46″ is the same angle as about 40.446111°. The representation changes, but the underlying direction does not.
Decimal degrees = degrees + minutes/60 + seconds/3,600
Converts a DMS angle into a single decimal-degree value.
1° = 60′ = 3,600″
Basic subdivision used by DMS notation.
Radians = degrees × π/180
Lets the same angle be expressed in radian-based technical work too.