Bug in Power/exponent operation
Open
bug
hacktoberfest
hacktoberfest-accepted
- Dominant language
- CSS
- Stars
- 26
- Forks
- 35
- PR merge metrics
- No merged PRs in 30d
Description
Exponent is not working correctly.
there is minor error.
Steps to get into the bug:
1. Open the calculator app
2. Enter the first number i.e. 2
3. Press exponent button ^
4. Enter second number i.e. 2
5. Press on = button to get answer
Answer you will get for above inputs:
2^2 = 42
Expected answer:
2^2 = 4
Contributor guide
Assessment
This issue has not been assessed yet.