node-maths
Node-Maths is a Node.js module that you can use mathematics in any field, any time, unlimitedly.
Installation
npm install --save node-maths
Usage
const Maths = ;const math = ; console //7
Math Operations
//Add between 2 numbers.math //12 //Subtract between 2 numbers.math //2 //Calculates the square of a number.math //16 //It solves a problem.math //4,5 //Rounds a number to the number closest to it.math //11math //12 //Divides the two numbers together.math //2 //Multiplies two numbers.math //20 //Finds the smallest common multiple between two numbers.math //10 //Finds the biggest common divisor between two numbers.math //2