2 decimal caclulation bugs
These bugs are simple: Screenshot 1: There should be no comma in the decimal Screenshot 2: It should not say "value too large" because a decimal raised to a large power is between 0 and 1. The calculation should complete.
I've located the bug for the first screenshot. Working on a fix.
I've located the bug for the first screenshot. Working on a fix.
Thanks! It appears to affect another calculator app ~~here~~. Is there any way you could fix that too?
I also suspect that the second bug is just due to an arbitrary cap on the exponential, since it happens on 10,000 or higher. If that is the case, the fix would simply be to check the output value rather than the exponent value.
I've located the bug for the first screenshot. Working on a fix.
Thanks! It appears to affect another calculator app ~here~. Is there any way you could fix that too?
I accidentally opened an issue in the wrong issue tracker. It should be this app instead.
I've located the bug for the first screenshot. Working on a fix.
Thanks! It appears to affect another calculator app ~here~. Is there any way you could fix that too?
I accidentally opened an issue in the wrong issue tracker. It should be this app instead.
It appears to be the same issue. I will take a look.