@nooxbr/math-utilities

1.2.1 • Public • Published

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:

zenidev nox

Install

  • npm i @nooxbr/math-utilities

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.2.1
    3
    • latest

Version History

Package Sidebar

Install

npm i @nooxbr/math-utilities

Weekly Downloads

4

Version

1.2.1

License

MIT

Unpacked Size

2.38 kB

Total Files

4

Last publish

Collaborators

  • nooxbr