You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have found in real coordinates a MathEx.UFraction32 with numerator = 29964 and denominator = 3125. This is 9.58848.
But if create a MathEx.UFraction32 with v = new MathEx.UFraction32(9.58848), v has the nominator = 48 and the denominator 5. This is 9.6. The difference is to hight for me. Is there no way to get a better v?
…nd have GPSLatitudeLongitude use doubles to preserve coordinate accuracy when writing fractional second values. This fixesoozcitak#103 and presumably the cause oozcitak#99.
I have found in real coordinates a MathEx.UFraction32 with numerator = 29964 and denominator = 3125. This is 9.58848.
But if create a MathEx.UFraction32 with
v = new MathEx.UFraction32(9.58848)
, v has the nominator = 48 and the denominator 5. This is 9.6. The difference is to hight for me. Is there no way to get a better v?For this time i use my own simple Function:
The text was updated successfully, but these errors were encountered: