1.2.0 • Published 3 years ago

npm-calculations v1.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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-calculations

Documentation

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.

Authors

1.2.0

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago