proyect-math-1a
v1.1.0
Published
simple project of math to learn npm
Downloads
1
Maintainers
Readme
Math operations
Module to do math simple operations
Install
Follow this instructios
npm i proyect-math-1a
Usage
//import
const md = require('.')
console.log(md.sum(1, 3))
console.log(md.subtract(1, 3))
console.log(md.multiply(1, 3))
console.log(md.divide(1, 3))