[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 264: mysqli_fetch_assoc(): Couldn't fetch mysqli_result
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 326: mysqli_free_result(): Couldn't fetch mysqli_result
Pete's QBASIC Site Discuss QBasic, Freebasic, QB64 and more 2010-01-21T13:20:58-05:00 http://petesqbsite.com/phpBB3/app.php/feed/topic/3209 2010-01-21T13:20:58-05:00 2010-01-21T13:20:58-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=20349#p20349 <![CDATA[DEGREES TO DECIMAL]]> (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!

Statistics: Posted by LEGRAND — Thu Jan 21, 2010 1:20 pm


]]>