Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Error: [big.js] Division by zero #105

Open
MrSimh opened this issue Sep 3, 2021 · 0 comments
Open

Error: [big.js] Division by zero #105

MrSimh opened this issue Sep 3, 2021 · 0 comments

Comments

@MrSimh
Copy link

MrSimh commented Sep 3, 2021

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

elizabethhess0320 added a commit to elizabethhess0320/calculator that referenced this issue Nov 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant