-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Calculator not calculating correctly when using more than a single digit after decimal point #24611
Comments
Linking #2265. @crutkas @jaimecbernardo @htcfreek we need a fix for this asap. Don't want any buildings crashing down because PowerToys is responsible for bad calculations, or anything like that... |
@Jay-o-Way , perhaps we should make the "Use English (United States) number format for input" the default, since it seems that's how people expect it? 🤔 |
@jaimecbernardo it's not about the decimal character. converts the fractional part into a number and the leading zero's get trimmed off. |
@Jay-o-Way |
@jaimecbernardo and @htcfreek - we have been discussing this exact issue literally for years now. My commment above (blaming Mages engine) wasn't correct. See, Jaime, you explicitly mentioned the cause in #12375 (july 2021)
|
/dup #2265 |
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! |
Microsoft PowerToys version
0.68.0
Installation method
PowerToys auto-update
Running as admin
No
Area(s) with issue?
PowerToys Run
Steps to reproduce
When multiplying a number by another with a single digit (i.e. 0.3) after the decimal point all works ok, but when trying to multiply by a smaller number (i.e. 0.003) all zeroes after the decimal point are ignored and the results shown is as if a single trailing digit number was used.
✔️ Expected Behavior
To calculate small floating point numbers i.e. 0.0004
❌ Actual Behavior
The zeroes after the decimal point are ignored and the number is converted to 0.4
Other Software
No response
The text was updated successfully, but these errors were encountered: