https://bugs.kde.org/show_bug.cgi?id=412627
Bug ID: 412627
Summary: Dsiplay properly rounded results instead of interval()
Product: krunner
Version: 5.16.90
Platform: Other
OS: Linux
Status: REPORTED
Severity: minor
Priority: NOR
Component: calculator
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
SUMMARY
For some calculations, the calculator displays a bounding interval for the
answer, like `interval(1.386294361119890, 1.386294361119891)`. This is
difficult to read at a glance. Ideally, krunner would display a result rounded
to the appropriate number of significant figures.
STEPS TO REPRODUCE
1. Type `=log(4)` in krunner
OBSERVED RESULT
The output is `interval(1.386294361119890, 1.386294361119891)` with
`Approximation` written beside it in greyed-out text.
EXPECTED RESULT
Since we have so many digits after the decimal point, there seems to be no harm
in outputting something like `1.38629436111989`, while still noting that it is
an approximation.
SOFTWARE/OS VERSIONS
Linux distro: Arch Linux
KDE Plasma Version: 5.16.90
KDE Frameworks Version: 5.62
Qt Version: 5.13.1
--
You are receiving this mail because:
You are watching all bug changes.