1.2.1 • Published 1 year ago

@nooxbr/math-utilities v1.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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
1.2.0

1 year ago

1.1.9

1 year ago

1.1.8

1 year ago

1.1.7

1 year ago

1.2.1

1 year ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago