Hi All,
I am working on conversions between different geographical coordinate systems that require a very high degree of precision of at least 8 decimal places. Of course, at that level, rounding errors are a major factor. For example, 1.00000000 * 3600 converts to 0.00027778 and then back to 1.00000000. Of course, the conversion back to 1 never really equals one due to rounding errors
I am working on conversions between different geographical coordinate systems that require a very high degree of precision of at least 8 decimal places. Of course, at that level, rounding errors are a major factor. For example, 1.00000000 * 3600 converts to 0.00027778 and then back to 1.00000000. Of course, the conversion back to 1 never really equals one due to rounding errors