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

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

@MrSimh

Description

@MrSimh

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions