1.0.3 • Published 4 years ago

ez-math v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Welcome To Ez-Math!

What does ez-math do? ez-math is a simple to use calculator package, allowing you to make a calculator command like a peice of cake. Here's an example!

const math = require('ez-math');

// Logs the answers
console.log(math.calculator(15, "*", 2))

console.log(math.calculator(15, "+", 2))

console.log(math.calculator(15, "-", 2))

console.log(math.calculator(3, "/", 15))

How To Install

Like any other package, just run:

npm i ez-math

Thank you, and I hope you enjoy calculating!

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago