-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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 no longer handles scientific notation properly #25656
Comments
I think this issue may be caused by the changes in #24655? On another computer with 0.68.1, I see the expected behavior with Powertoys Run when entering anything with scientific notation in the form of XeY, where X and Y are both numbers. |
It seems that |
I agree with tillfalko, the scientific notation typically follows a I'm thinking in the I can probably get something out by the end of the week if no one else is working on it |
Okay, so the problem is that there are three possible interpretations for numbers like
Another example: |
This comment was marked as off-topic.
This comment was marked as off-topic.
This has been worked on during the 0.77 Release sprint. Please update PowerToys to the latest release: https://github.com/microsoft/PowerToys/releases |
Oh my gosh, wonderful!!! : ))) thank you so much everyone : ) especially @viggyd it works : ) 7E3 = 7000 : )
|
Microsoft PowerToys version
0.69.1
Installation method
GitHub
Running as admin
No
Area(s) with issue?
PowerToys Run
Steps to reproduce
Entering into the calculator through PowerToys Run any of the following:
=1e3
=10e3 + 5
=1e-3
✔️ Expected Behavior
=1e3
= 1000=10e3 + 5
= 10005=1e-3
= 0.001❌ Actual Behavior
=1e3
= Failed to calculate the input - Expression wrong or incomplete (did you forget some parentheses?)=10e3 + 5
= Failed to calculate the input - Expression wrong or incomplete (did you forget some parentheses?)=1e-3
= -0.2817181715Other Software
No response
The text was updated successfully, but these errors were encountered: