A NPM Module that makes using math easier in JavaScript.
npm install bettermath.jsbettermath.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!
DISCLAIMER: You must have npm and Node.js to install this module.
``bash`
npm i bettermath.js
`Node.js
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.
``
Stable: 2.0.9
Latest: 2.0.9