1.1.1 • Published 6 years ago

project1-anartz v1.1.1

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

Instructions to use

Install

npm install project1-anartz --save

Add import

var op = require('project1-anartz');

Examples

// Execute math operations
console.log('Suma 2 + 2: ' + op.addition(2,2));
console.log('Resta 2 - 2: ' + op.subtraction(2,2));
console.log('Muiltplicación 2 * 2: ' + op.multiplication(2,2));
console.log('División 2 / 2: ' + op.division(2,2));
1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago