1.2.1 • Published 2 years ago
@nooxbr/math-utilities v1.2.1
Math Utilities
Documentation: COMING SOON... NPM: Math Utilities
Update 1.1.9
- Added random number function
Update 1.2
- Added separate number function
- Fixed random number
Abbreviate:
Examples:
Abbreviate Numbers
const mu = require("@nooxbr/math-utilities")
mu.ab(3500) 3.5k
Random Number
const mu = require("@nooxbr/math-utilities")
mu.randomNumber(1, 5) Returns a random integer from 1 to 5
Separate number
const mu = require("@nooxbr/math-utilities")
mu.separate(1000) 1,500
Credits:
Install
npm i @nooxbr/math-utilities
1.2.0
2 years ago
1.1.9
2 years ago
1.1.8
2 years ago
1.1.7
2 years ago
1.2.1
2 years ago
1.1.6
3 years ago
1.1.5
4 years ago
1.1.4
4 years ago
1.1.3
4 years ago
1.1.2
4 years ago
1.1.1
4 years ago
1.0.9
4 years ago
1.0.8
4 years ago
1.0.7
4 years ago
1.0.6
4 years ago
1.0.5
4 years ago
1.0.4
4 years ago
1.0.3
4 years ago
1.0.2
4 years ago
1.0.1
4 years ago
1.0.0
4 years ago