You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calculating 2^2^2^2 produces 256 as the answer.
The correct answer should be 65536.
Order of operations dictate that the highest exponent should be calculated first as if there were parenthesis like (2^(2^(2^2))).
Steps To Reproduce
Go to calculator
enter 2^2^2^2
See incorrect calculation of 256
Expected behavior
This should be calculated properly as 65536
Screenshots
Device and Application Information
OS Build: 10.0.22631.0
Architecture: X64
Application Version: 11.2405.2.0
Region: en-US
Dev Version Installed: False
Additional context
This problem exists with all tested numbers (not just 2). The error is in calculating the exponents from left to right instead of right to left.
Requested Assignment
I'm just reporting this problem. I don't want to fix it.
The text was updated successfully, but these errors were encountered:
Forge Rechner is your essential companion for optimizing crafting strategies and material management. Streamline your forging process and unlock new possibilities in your creations with precise calculations and insights.
This problem exists with all tested numbers (not just 2). The error is in calculating the exponents from left to right instead of right to left.
Requested Assignment
I'm just reporting this problem. I don't want to fix it.
There is a difference between the Standard calculator which handles each calculation in isolation, and the Scientific calculator which uses the order of operations
Describe the bug
Calculating 2^2^2^2 produces 256 as the answer.
The correct answer should be 65536.
Order of operations dictate that the highest exponent should be calculated first as if there were parenthesis like (2^(2^(2^2))).
Steps To Reproduce
Expected behavior
This should be calculated properly as 65536
Screenshots
Device and Application Information
Additional context
This problem exists with all tested numbers (not just 2). The error is in calculating the exponents from left to right instead of right to left.
Requested Assignment
I'm just reporting this problem. I don't want to fix it.
The text was updated successfully, but these errors were encountered: