1.2.0 • Published 1 year ago

eagle-lib-28 v1.2.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

A JavaScript library for basic arithmetic calculations. // addition, subtraction, multiplication, division

Example:

const eagle = require("eagle-lib-28");

console.log(eagle.add(2, 3)); console.log(eagle.subtract(5, 2)); console.log(eagle.multiply(4, 2)); console.log(eagle.multiply(6, 2)); console.log(eagle.remainder(9, 2));

Output: 5 3 8 3 1

1.2.0

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago