Open thisUserX opened 4 months ago
There is no mistake. Every result of the calculator is defaulted to be enclosed in parentheses.
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.
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.
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.