npm-calculations
v1.2.0
Published
A simple calculation package
Readme
Simple Calculations
This package is very usefull for simple calculations. Version 1.2.0
Installation
Install this npm package using following command :-
npm install npm-calculationsDocumentation
Addition numbers using the following code :-
const calculations = require('npm-calculations');
var calc = calculations.addnum(number, addby);
console.log(calc);Now you can use this calculations anywhere as you want.
