Skip to content

Get the most easiest calculator feature for your npm project

License

Notifications You must be signed in to change notification settings

jshossen/easy-calculate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Get the most easiest calculator feature for your npm project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published