Bug 489865 - kcalc cannot divide by decimals without preceding zero
Summary: kcalc cannot divide by decimals without preceding zero
Status: RESOLVED DUPLICATE of bug 487659
Alias: None
Product: kcalc
Classification: Applications
Component: general (show other bugs)
Version: 24.05.0
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Evan Teran
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-07 10:43 UTC by logancowan
Modified: 2024-07-07 10:46 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description logancowan 2024-07-07 10:43:15 UTC
SUMMARY

kcalc cannot divide numbers by a decimal unless the leading zero is specified.

STEPS TO REPRODUCE

1. Attempt to divide a number by a decimal without leading zero, e.g. "188/.78" gives an input error.
2. running "188/0.78" gives correct result

OBSERVED RESULT
"Input Error"

EXPECTED RESULT
241.025641026

SOFTWARE/OS VERSIONS
Operating System: Fedora Linux 40
KDE Plasma Version: 6.1.1
KDE Frameworks Version: 6.3.0
Qt Version: 6.7.2
Kernel Version: 6.9.7-200.fc40.x86_64 (64-bit)


ADDITIONAL INFORMATION
Comment 1 logancowan 2024-07-07 10:46:13 UTC

*** This bug has been marked as a duplicate of bug 487659 ***