[Libreoffice-bugs] [Bug 134224] Pie chart data rounding error
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Sep 1 12:44:49 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=134224
Heiko Tietze <heiko.tietze at documentfoundation.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|libreoffice-ux-advise at lists |heiko.tietze at documentfounda
|.freedesktop.org |tion.org
Keywords|needsUXEval |
--- Comment #5 from Heiko Tietze <heiko.tietze at documentfoundation.org> ---
1.4+1.4+1.4 = 4.2 ~ 4 = 1+1+1 = 3
1.6+1.6+1.6 = 4.8 ~ 5 = 2+2+2 = 6
Usually the individual values are rounded but the last which takes up the
remaining portion to 100.
1.4+1.4+1.4 = 4.2 ~ 4 = 1+1+2 = 4 # rnd(4.2)-(1+1)=2
1.6+1.6+1.6 = 4.8 ~ 5 = 2+2+1 = 5 # rnd(4.8)-(2+2)=1
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200901/651dd0ff/attachment.htm>
More information about the Libreoffice-bugs
mailing list