1.3.1 • Published 4 years ago

@weemeng/math v1.3.1

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

A simple Math Library

Add function in Javascript RandFloor function in Javascript given a seed.

Install

npm install @weemeng/math

Usage

const math = require('@weemeng/math')
const result = math.add(1,1);
const result = math.randfloor(5);

API

`math.add(number,number)`
`math.randfloor(number)`
`math.subtract(number)`
`math.multiply(number)`

Publish

0. Edit package
0. Commit changes and push to remote repository
0. Bump up version with 'npm version <major|minor|patch>'
0. Publish on npm with 'npm publish --access public'
1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago