Format the calculation result back to a String object by using NumberConverter again.
通过再次使用NumberConverter,来将计算结果格式化回至String对象。
2
When the code is compiled or interpreted, your "0.1" is already rounded to the nearest number in that format, which results in a small rounding error even before the calculation happens.