OpenCalc icon indicating copy to clipboard operation
OpenCalc copied to clipboard

2 decimal caclulation bugs

Open An-anonymous-coder opened this issue 7 months ago • 5 comments

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.

ImageImage

An-anonymous-coder avatar Apr 26 '25 18:04 An-anonymous-coder

I've located the bug for the first screenshot. Working on a fix.

bmg1919 avatar Apr 27 '25 21:04 bmg1919

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?

An-anonymous-coder avatar Apr 28 '25 17:04 An-anonymous-coder

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.

An-anonymous-coder avatar Apr 28 '25 17:04 An-anonymous-coder

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.

An-anonymous-coder avatar May 01 '25 23:05 An-anonymous-coder

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.

bmg1919 avatar May 03 '25 00:05 bmg1919