A test for printing a floating point number of 12.345 with two decimal places checks for the result of "12.34". This matches with the result of showFFloat but @clyring is suggesting this is an error.
What should the result of formatDouble (standard places) be when it is the same distance to round up or down?
A test for printing a floating point number of
12.345with two decimal places checks for the result of "12.34". This matches with the result ofshowFFloatbut @clyring is suggesting this is an error.What should the result of
formatDouble (standard places)be when it is the same distance to round up or down?