https://github.com/SimpleMobileTools/Simple-Calculator
I expect to receive a correct result or approximate answer when I use the exponent "^" function.
Calculator incorrectly gives answer as zero(0).
As you can see the raised up to(^) function works well. Until the multiplier number is significantly raised. The output reverts to Zero(0) which is incorrect.
At the very least it should give a decimal answer multiplied by 10power (Eg 123.45*e40) or state that the answer was too high.
I thought perhaps there was just a maximum number limit...
But when I multiplied high numbers and we can clearly see that the calculator can give high output exceeding 50 digits.