thanks & just tried, but I’m getting exactly equivalent results with float or double data types
perhaps using python to do the parsing?
for this example i can live with this precision loss (gps coords), would be nice to know if someone already dove into big numbers and keeping exact precison under c++. yeah, i’m aware of mantissa and exponents float/double precision. perhaps boost bignumbers?
It seems this is just a problem of how c++ outputs floats/doubles by default, the number you are getting should be correct, is only when showing it in the console that appears with less precision.