-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PowerToys Run calculator comma issues #15251
Comments
Duplicate of #13562 |
Thanks for reporting this. This issue is a duplicate. Thanks for your help to make PowerToys a better piece of software! |
comma and a period can't be treated the same way is the issue for the exact reason you kind of outlined. I think #13562 would be a good spot but like, for EN-US and if i pasted in the number 1,000.23, my number shouldn't be 1.00023, it should be 1000.23 as EN-US has commas be the thousand delimiter. |
the issue here is NOT in the decimal character, because that IS recognised. The problem is that leading zeros for the fracture part are trimmed off before the calculation. Please tell me you see the difference?#2265 might solve this too, but I really want to stress the difference. And since that issue does not mention the problem of the zeros, I am not marking this as duplicate for that issue. |
Duplicate of #12375 |
Microsoft PowerToys version
0.51.1
Running as admin
Area(s) with issue?
PowerToys Run
Steps to reproduce
Using calculator with comma or period gives incorrect results depending of default system's calculator floating-number symbol
✔️ Expected Behavior
comma and period treated the same way
❌ Actual Behavior
When I have default "," in my system calculator, typing "," gives a proper result, but when typing "." , PowerToys cuts all leading zeros after the sign
"0,1 * 0,001 = 0,0001" ✔
"0.1 * 0.001 = 0,01" ❌
Other Software
No response
The text was updated successfully, but these errors were encountered: