CalHub
CalHub copied to clipboard
Bug in Power/exponent operation
Exponent is not working correctly. there is minor error.
Steps to get into the bug:
- Open the calculator app
- Enter the first number i.e. 2
- Press exponent button ^
- Enter second number i.e. 2
- Press on = button to get answer
Answer you will get for above inputs: 2^2 = 42
Expected answer: 2^2 = 4
@aliabbasnagari should I assign you this task?
Even this is not working for any value other than 2.
Steps to get into the bug:
Open the calculator app Enter the first number i.e. 2 Press exponent button ^ Enter second number i.e. 3 or (any no other than 2) Press on = button to get answer Answer you will get for above inputs: 2^3 = 43 ( 4 first then the second number )
Expected answer: 2^3 = 8
Already assigned the issue to @aliabbasnagari