SudoNotNoted2007 / CrudeCalculatorofCalculations

A poorly made (and currently, unfinished) calculator with overcomplicated code.
MIT License
0 stars 0 forks source link

Issue #02: Program cannot handle up to 10(?) digit values at a time (999999999 will work, but 9999999999 will not work.) #2

Open SudoNotNoted2007 opened 1 week ago

SudoNotNoted2007 commented 1 week ago

image This is below 10 digits, it gives an answer.

When attempting this by adding an extra 9, it will not work. This seems to be a possible overflow error(?).

This error may be standard with any calculator in general, but I doubt it. A fix may be issued for this, or may not be issued for this. The error is most likely caused by the calculation functions (at least as far as I know, the addition side, additionOfValuesInterpreter1 and additionOfValuesInterpreter2) being overloaded with too much.

Apologies for the inconvenience with this bug.

SudoNotNoted2007 commented 1 week ago

Please provide any assistance in a new issue using the enhancement tag, thank you.