2.2.2 • Published 3 years ago

mathion v2.2.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Installation

npm i mathion

Methods

Add

USAGE

const mathion = require('mathion')

const ans = mathion.Add("First number", "Second number")
console.log(ans)

Subtract

Usage

const mathion = require('mathion')

const ans = mathion.Subtract("First number", "Second number")
console.log(ans)

Get random element from an array

Usage

const mathion = require('mathion')

const ans = mathion.randArray(Your array variable)
console.log(ans)

Get a random number between an range

Usage

const mathion = require('mathion')

const ans = mathion.createRand("Minimum number","Max number")
console.log(ans)
2.2.2

3 years ago

2.2.1

3 years ago

2.2.0

3 years ago

2.1.2

3 years ago

2.1.1

3 years ago

2.1.0

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.0

3 years ago