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

Maximum number is too low #21

Open jkoop opened 10 months ago

jkoop commented 10 months ago
10
30
exponent

results in ~9.22e18, not 10e30

apesic commented 10 months ago

Probably related to issue #19