1.0.0 • Published 4 years ago

easy-calculate v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

What is easy-calculate?

Get the most easiest calculator feature for your npm project

Installation

npm install easy-calculate --save

Initial myCalculator() with some options paramiter.
import {myCalculator} from 'easy-calculate';

var myCal = new myCalculator();
myCal.add(6,2); //add
myCal.subtract(6,2); //subtract
myCal.multiply(6,2); //multiply
myCal.divide(6,2); //divide
1.0.0

4 years ago