icasdri / Mather

A powerful expression-based calculator, unit converter, and general computation engine for Android
GNU General Public License v3.0
58 stars 7 forks source link

Empty calculation gives strange results #5

Closed vanitasvitae closed 8 years ago

vanitasvitae commented 8 years ago

Hi! When I calculate some terms and then press the results button multiple times without entering a new function, Mather gives me different results. How are those results to be interpreted?

Nice app BTW :)

icasdri commented 8 years ago

Hmmm... interesting issue. This could potentially be due to the underlying javascript library not keeping up, and evaluating some previous expressions. I might just disallow eval-ing on an empty input.