https://bugs.kde.org/show_bug.cgi?id=167986
--- Comment #46 from m'r <meta...@yahoo.de> --- (In reply to Christoph Feck from comment #45) > Try "12345678901234.1-12345678901234" on any calculator that does use IEEE > double precision. You will have to live with it, or use a program that > either uses unlimited precision (based on libgmp), or BCD arithmetic. But as a user, I am not expecting rounding errors for “simple” numbers. By rounding to less digits (e.g. 7 for IEEE double precision) the errors could be hidden for more cases. I suggest a quick patch for javascript at: https://phabricator.kde.org/D6845 It would better to use another method than javascript-evaluate. Why do not make libqalculate a dependency? >From a users perspective, the calculator should yield exact results whenever possible. This includes floating point numbers. Exceptions could be roots and functions, e.g., sin and log. -- You are receiving this mail because: You are watching all bug changes.