1.1.0 • Published 5 years ago

calc-maths v1.1.0

Weekly downloads
7
License
MIT
Repository
github
Last release
5 years ago

Maths Operators

Module to do basic maths operation

Installation

follow the next instructions

npm install calc-maths

Use

follow the next instructions

// Import module
const m = require('.');

// Sum
console.log(m.sum(2, 3)); => 5
// Substract
console.log(m.substract(2, 3)); => -1
// Multiply
console.log(m.multiply(2, 3)); => 6
// Divide
console.log(m.divide(27, 3)); => 9
1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago