1.1.6 • Published 6 years ago

real-math v1.1.6

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

Real Math

A arithmetical package that will facilitate your programming life. Made by Loliticos

How to install

npm i real-math  

Example

const Math = require('real-math');

const random = Math.random(10, 900) // Min: 10 Max: 900

console.log(Math.floor(random))

const max = Math.max(1, 2, 3) // Expected output: 3

console.log(max)

const min = Math.min(1, 2, 3) // Expected output: 1

console.log(min)
1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago