https://bugs.documentfoundation.org/show_bug.cgi?id=154792

--- Comment #4 from NOYB <[email protected]> ---
Rounding a number to nth digit is exact.  Not an approximation.

Round Up: Increment nth digit.  Truncate >nth digit.
Round Down: Truncate >nth digit.
Round Nearest: If nth+1 digit is 5 to 9, increment nth digit.  Truncate >nth
digit.

Any calculator that cannot do this exactly and reliably is not fit for serious
use.
Ask a major financial institution if rounding pennies incorrectly is
acceptable.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to