ColdIV / math-tool

math-tool - a school project
2 stars 0 forks source link

Bugs in calculator #55

Open ColdIV opened 4 years ago

ColdIV commented 4 years ago

When I enter rubbish like dsfd two times, the program crashes

When I enter 1(), then the next calculations will be wrong. (Tried 1(), which gives "1" as result, then 1+1 which was "0", then 1+1 which was "13", then 1+1 which now is "2" and all future calculations will work)

laser-shark commented 4 years ago

The first bug will be fixed by #60, but the problems with 1() unfortunately still persist.