Page 1 of 1

DEGREES TO DECIMAL

Posted: Thu Jan 21, 2010 1:20 pm
by LEGRAND
Come back with this line:
(conversion DD.MMSS to decimal
LAs = INT(LAs) + ((INT(LAs * 100) / 100) - INT(LAs)) / .6 + (100 * LAs - INT(100 * LAs)) / 36
Result is wrong. I cannot see where
ex angle Las is 17.2100 Caclculator gives 17.350 in decimal, this program gives something else!