1.2.0 • Published 4 years ago

@jonwyp/math v1.2.0

Weekly downloads
6
License
ISC
Repository
-
Last release
4 years ago

Math

A simple math library

Install

npm install @jonwyp/math

Usage

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

  1. Edit package
  2. Commit changes and push to remote repository
  3. Bump up version with 'npm version <major|mninor|patch>'
  4. Publish on npm with 'npm publish --access publish'
1.2.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago