D-YAML
D-YAML copied to clipboard
Loss of precision when representing reals
Real values are represented with the %12f format specifier, which in many cases is insufficient, because it has only 6 decimal places.
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.