2.0.10 • Published 4 years ago

bettermath.js v2.0.10

Weekly downloads
3
License
MIT
Repository
-
Last release
4 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

4 years ago

2.0.9

6 years ago

2.0.8

6 years ago

2.0.7

6 years ago

2.0.7-rc

6 years ago

2.0.6-rc

6 years ago

2.0.5

6 years ago

2.0.3

6 years ago

2.0.4

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.1.7-0

6 years ago

1.1.6-rc

6 years ago

1.1.5-rc

6 years ago

1.1.4-rc

6 years ago

1.1.3-rc

6 years ago

1.1.2-rc

6 years ago

1.1.1

6 years ago

1.1.1-rc

6 years ago

1.1.0-rc

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.0

6 years ago