Loss of precision when representing reals
marcioapm opened this issue · 1 comments
marcioapm commented
Real values are represented with the %12f
format specifier, which in many cases is insufficient, because it has only 6 decimal places.
9il commented
Mir Algorithm has Rhy (smallest precise decimal representation). Also, it has precise number parsing. mir.conv : to
and mir.format : text, print
can be used to/from string precise conversion.