ez-math

1.0.3 • Public • Published

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!

Dependents (0)

Package Sidebar

Install

npm i ez-math

Weekly Downloads

8

Version

1.0.3

License

ISC

Unpacked Size

1.29 kB

Total Files

3

Last publish

Collaborators

  • nolix