Quote Originally Posted by mjp130 View Post
I have an algorithm to complete it but I am unfamiliar with floating point operations. The distances will be relatively small, less than 800meters. Here is what I need the code to do..with obvious errors b/c of the floating point and the overflow issues.
Download the floating point libraries at MeLabs or even Microchip, or even make some up yourself using nothing but ASCII characters, one digit position per byte. There's nothing that says that your method would be any less inferior to any libraries already out there, especially if you made it yourself and it suited your needs.