https://bugs.documentfoundation.org/show_bug.cgi?id=154941
--- Comment #4 from [email protected] --- Thanks for your answers. I tested Python (3.11.3): Round(1.45,1) produces also 1.4 (same reason as in #2) Google Sheets MROUND gives the correct 1.5 LibreOffice Calc =ROUND(1.45,1) also produces the correct 1.5. (tested OK from 1.45 to 1.0000000045) So it is really the function MROUND that fails to produces the correct answer. -- You are receiving this mail because: You are the assignee for the bug.
