Bug 490470

Summary: input error when finding percentages if no perceding 0 before percent
Product: [Applications] kcalc Reporter: squallcatchall
Component: generalAssignee: Evan Teran <evan.teran>
Status: RESOLVED DUPLICATE    
Severity: normal CC: gabriel.barrantes.dev
Priority: NOR    
Version: 24.05.1   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description squallcatchall 2024-07-18 19:40:11 UTC
***
If you're not sure this is actually a bug, instead post about it at https://discuss.kde.org

If you're reporting a crash, attach a backtrace with debug symbols; see https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***

SUMMARY
calculator does not assume that a zero goes before the decimal point for instance i get input error if i .2*100 
but it will work perfectly if i put 0.2*100 it took posting on reddit to figure out why the calculator app wasnt working and had to resort to using google to find the percentage

STEPS TO REPRODUCE
1. type .2*100 into the calculator 
2. 
3. 

OBSERVED RESULT
input error

EXPECTED RESULT
20

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Manjaro Linux (x86_64)
(available in About System)
KDE Plasma Version: 24.05.1
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Comment 1 squallcatchall 2024-07-18 19:42:33 UTC

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