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

--- Comment #9 from Winfried Donkers <[email protected]> ---
Changing A1 from =ROUND(B1,0) to =ROUND(B1,1) produces correct result (1001).
Also using either ROUNDUP(B1,0) or ROUNDDOWN(B1,0) produces a result of 1004 in
A3.
All these rounding-functions use the same (rtl::math::)round() function
internally.

I will look further into the code to see what exactly is happening and if it
can be remedied.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to