An open API service indexing awesome lists of open source software.

https://github.com/nrcool/my-package


https://github.com/nrcool/my-package

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# npm-package-dci

@naqvi/math

## Installation

Use the node package manager to install @naqvi/math.

```bash
npm install @naqvi/math
```

## Usage

```javascript
const {sumOfTwoNumbers,prodOfTwoNumbers}=require("npm-package-dci")

//find sum of two numbers
sumOfTwoNumbers(4,5); //9

//find product of two numbers
prodOfTwoNumbers(4,5); //20

```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License
[ISC](https://choosealicense.com/licenses/isc/)