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 has been archived by the owner on Jan 18, 2023. It is now read-only.
Hello,
When you divise by 0 you have :
Error: [big.js] Division by zero
Can be fixed in operate.js Line 16 like that :
if (two === "0") { => if (two == "0") {
Have a good day
The text was updated successfully, but these errors were encountered: