We got issue on the rounding, example: `format("0.00", "7.165")` got "7.17" but `format("0.00", "8.165")` got "8.16" May I ask if any option can make them rounding consistent or this is a bug?
We got issue on the rounding, example:
format("0.00", "7.165")got "7.17"but
format("0.00", "8.165")got "8.16"May I ask if any option can make them rounding consistent or this is a bug?