https://bugs.kde.org/show_bug.cgi?id=410988

Christoph Feck <cf...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |junior-jobs

--- Comment #3 from Christoph Feck <cf...@kde.org> ---
Since it is using binary instead of decimal arithmetic, the result is probably
80.6000000000000001 or something similar. For "long" results, it decides to use
scientific notation.

It should always round to 15 significant decimal digits before any further
processing, because IEEE double precision is limited.

I haven't checked if number.toString() offers options for precision.

https://cgit.kde.org/kdeplasma-addons.git/tree/applets/calculator/package/contents/ui/calculator.qml#n244

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to