https://bugs.documentfoundation.org/show_bug.cgi?id=161837
--- Comment #6 from Buovjaga <[email protected]> --- Notes of interest: There used to be an easy hack "replace use of Fraction by boost::rational": bug 81356 The first attempt was 47a2d7642d249d70b5da0c330a73f3a0032e4bba which got reverted in 31af61ea091cc895b893c849f2130aa35792b7db Then 2ce0aededea43231d91a0955fc0676120dcc4f13 made Fraction use boost::rational internally. In March 2026 Noel did many commits converting Fraction to double. You can find them with this: git log --since="1 March 2026" --until="31 March 2026" --author=Noel --all --grep=Fraction -- You are receiving this mail because: You are the assignee for the bug.
