2.0.10 • Published 3 years ago

bettermath.js v2.0.10

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

bettermath.js

bettermath.js is a Node.js module that is used to make math in Node.js so much easier. Also includes miscellaneous commands for fun and utility!

Installation

DISCLAIMER: You must have npm and Node.js to install this module.

npm i bettermath.js

Usage

const bmath = require('bettermath.js')
bmath.removeSpaces("Hello there!") // Returns "Hellothere!"
bmath.add(1, 1) // Returns 2
bmath.subtract(1, 1) // Returns 0
bmath.multiply(2, 4) // Returns 8

// DISCLAIMER: Other commands are being worked on.

Bug Reports

You may report bugs using this forum.

Versions

Stable: 2.0.9

Latest: 2.0.9

Made by,

Mahmoud Walid

License

ISC

2.0.10

3 years ago

2.0.9

4 years ago

2.0.8

4 years ago

2.0.7

4 years ago

2.0.7-rc

4 years ago

2.0.6-rc

4 years ago

2.0.5

4 years ago

2.0.3

4 years ago

2.0.4

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.1.7-0

4 years ago

1.1.6-rc

4 years ago

1.1.5-rc

4 years ago

1.1.4-rc

4 years ago

1.1.3-rc

4 years ago

1.1.2-rc

4 years ago

1.1.1

4 years ago

1.1.1-rc

4 years ago

1.1.0-rc

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.0

4 years ago