[Libreoffice-bugs] [Bug 126882] When a column's width is increased, the subraction-result in it is off by a little.

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Aug 14 12:11:39 UTC 2019


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

--- Comment #4 from cjdshaw at yahoo.co.uk ---
All computers use binary internally for storage and calculation. The results
are only displayed as base-10 for the convenience of human users.

The issue could be mitigated by the whole package being rewritten using 128-bit
floats, but all that would do is add more 9's. The issue would reappear if you
made the cell wide enough, and the cost would be a huge amount of work and slow
the whole software down.

If 15 decimal place precision is important to you, a spreadsheet is probably
not the right tool.

-- 
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/20190814/cd68745f/attachment-0001.html>


More information about the Libreoffice-bugs mailing list