https://bugs.kde.org/show_bug.cgi?id=412627
luk...@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |luk...@gmail.com --- Comment #2 from luk...@gmail.com --- Created attachment 124480 --> https://bugs.kde.org/attachment.cgi?id=124480&action=edit Unreadable output because of interval print I have the same problem, additionally for some calculations the result is completely unreadable because of the interval representation, as seen in the attached screenshot. I would suggest to only print the significant digits, an alternative would be, to print the midpoint of the interval. As libqalculate already has options for other representations [1, 2], the change would only be to set another representation in the print options of the qalculate module of krunner. I successfully tried the relevant change on my system with printing only the significant digits and can make a patch for it. SOFTWARE/OS VERSIONS Linux distro: Manjaro Linux KDE Plasma Version: 5.17.4 KDE Frameworks Version: 5.64 Qt Version: 5.13.2 [1] https://qalculate.github.io/reference/structPrintOptions.html#ae940631420bfaa5da009fccb5c3a78b9 [2] https://qalculate.github.io/reference/includes_8h.html (enum IntervalDisplay) -- You are receiving this mail because: You are watching all bug changes.