wannaBinventor
Member
I'm going to need to do some floating point math for a project where I'd like to convert Lat/Long data from a GPS to Universal Tranverse Mercator, and then to Military Grid Reference System. I've avoided floating point in the past by inflating them by orders of ten, but with this some of the math already has stuff in the millions and very small decimals, so inflating would lead to ridiculous inflation.
I've downloaded the sourceforge PICfloat collection of files. I must admit, it is information overload. Is there a tutorial file somewhere for this that explains things like "if you want to do trig, include these headers..." or "here is how you set up your files for a floating point division and here is what you need to call in order to bring it back to ascii numbers"
Thanks
I've downloaded the sourceforge PICfloat collection of files. I must admit, it is information overload. Is there a tutorial file somewhere for this that explains things like "if you want to do trig, include these headers..." or "here is how you set up your files for a floating point division and here is what you need to call in order to bring it back to ascii numbers"
Thanks