You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 10, 2024. It is now read-only.
There is the common problem of math in JS environment: the floating point precision problem.
Example: 0.1+0.2=0.30000000000000004
As a calculator web app, I think this problem is very serious and need to be fixed ASAP.
Thank you!