https://bugs.documentfoundation.org/show_bug.cgi?id=156571
--- Comment #4 from xyhfna <[email protected]> --- Having read the linked document, I understand that this is a representation issue, however, complicating a users calculations to simplify an internal representation issue is frankly not good. Almost every other calculation system on the planet performs the action of simple addition without slowing down significantly or without needing user intervention. If the system must use a single representation that is incapable of accuracy, it should be able to flag those representations, and take mitigating actions. Fixed value double integer calculation and other solutions are available to aleviate the floating point issue. Forcing a rounding calculation potentially introduces errors on the user side. -- You are receiving this mail because: You are the assignee for the bug.
