1.2.0 • Published 2 years ago

npm-calculations v1.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 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

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago