1.0.4 • Published 3 years ago

verysimplemath v1.0.4

Weekly downloads
1
License
ISC
Repository
github
Last release
3 years ago

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.

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago