Given a decimal format of "0.000", if the user enters "0.0079", the formatter spits out "0.107" instead of "0.008". This only happens if the digit in the smallest allowed decimal place (7, above) is greater than or equal to 5.
Log in to post a comment.