Open marcioapm opened 4 years ago
Real values are represented with the %12f format specifier, which in many cases is insufficient, because it has only 6 decimal places.
%12f
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.
mir.conv : to
mir.format : text, print
Real values are represented with the
%12f
format specifier, which in many cases is insufficient, because it has only 6 decimal places.