Decimal degrees = whole number of degrees + minutes divided by 60 + seconds divided by 3600, When you want to convert degree to degree minute second, it is the inverse operation.
For example, To 12.33º, The result d = int(12.33º) = 12º, m = int((12.33º - 12º) × 60) = 19', s = int((12.33º - 12º - 19'/60) × 3600) = 48", So 12.33º= 12º 19' 48"
For example, To 2.21º, The result d = int(2.21º) = 2º, m = int((2.21º - 2º) × 60) = 12', s = int((2.21º - 2º - 12'/60) × 3600) = 36", So 2.21º = 2º 12' 36"
Word Counter | AllCallers | CallerInfo | ThinkCalculator | Free Code Format
Copyright ©2006 - 2023 Thinkcalculator All Rights Reserved. Contact Us: [email protected]Word Counter | AllCallers | CallerInfo | ThinkCalculator | Free Code Format
Copyright ©2006 - 2023 Thinkcalculator All Rights Reserved. Contact Us: [email protected]