1.1.0 • Published 6 months ago

project-1a-maths-alordco v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Maths operations

Simple module to do basic math operations.

Installation

Follow this instructions:

npm install project-1a-maths-alordco

Use

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


// Sum
console.log(m.sum(1, 2)); => 3

// Subtract
console.log(m.subtract(3, 2)); => 1

// Multiply
console.log(m.multiply(4, 2)); => 8

// Divide
console.log(m.divide(6, 2)); => 3
1.1.0

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago