Metadata-Version: 2.1
Name: the-calc-pack-Pranav76
Version: 0.0.2
Summary: This package helps you to carry out basic arithmetic operations
Author-email: Pranav Gore <gpranav657@gmail.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# thecalcpack
**This package hepls you carry out the four basic arithmetic operations**

# Getting started
## Installing the package
> pip install thecalcpack

## Using the package
`import thecalcpack as clk`


# Functions Provided
1. add(a,b)
**This function adds two arguments a and b and returns them.**

2. sub(a,b)
**This function subtracts two arguments a and b and returns them.**

3. mul(a,b)
**This function multiplies two arguments a and b and returns them.**

4. div(a,b)
**This functions divides two arguments a and b and returns them.**

