apesic / rpncalc

A simple RPN (Reverse Polish Notation) calculator app built using Flutter
GNU General Public License v3.0
27 stars 1 forks source link

720000 / 0.18 leads to the application freezing #23

Open ortfero opened 4 months ago

nukemdu commented 2 months ago

I've got some more details

Any division by a fraction leads to a freeze/crash if the result takes up more than one digit

E.g.: 4.999 enter 0.5 divide works but 5 enter 0.5 divide does nothing