@jonwyp/math
v1.2.0
Published
A simple math library.
Downloads
9
Readme
Math
A simple math library
Install
npm install @jonwyp/mathUsage
const math = require(@jonwyp/math)
const result = math.add(1, 1)API
'math.add(...numbers)' 'math.subtract(minuend, ...subtrahend) 'math.multiply(...numbers) 'math.divide(divisor, dividend) 'math.powerOf(base, exponent)
Publish or update package on npm
- Edit package
- Commit changes and push to remote repository
- Bump up version with 'npm version <major|mninor|patch>'
- Publish on npm with 'npm publish --access publish'
