1.2.0 • Published 6 years ago

@enwee/math v1.2.0

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

my Math

One Learner's npm Math Library

Install

npm install @enwee/math

Usage

const math = require('@enwee/math')
const result = math.add(1, 1)

API

math.add(num, ...num)
math.suntract(num, ...num)
math.multiply(num, ...num)
math.divide(num, ...num)

Publish/ update package on npm

  1. Edit package
  2. Commit changes
  3. Bump up version npm version <major|minor|patch>
  4. Publish npm publish --access public
1.2.0

6 years ago

1.1.1

6 years ago

1.1.2

6 years ago

1.1.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago