README
Verysimplemath
Verysimplemath is a Javascript library for very simple math.
Installation
Use npm to install foobar.
npm install verysimplemath
Usage
const math = require('verysimplemath')
math.add(1,2,3);
math.substract(1,3,6);
math.divide(1,5);
math.mulitply(5,6,7,8);
math.union([1,2,3], [1,3,4]);
math.intersection([1,3],[1,2,3]);
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.