Metadata-Version: 2.1
Name: advcalc
Version: 0.1.1
Summary: Advanced Python Calculator
Author: Zack
License: MIT
Keywords: python,calculator
Description-Content-Type: text/markdown
License-File: LICENSE

# ADVCALC

## How to use it
##### First use:
`pip instal advcalc`
##### Then, import it in your python file by using:
`import ADVCALC` 
##### or you can use
`from ADVCALC import pow` 
##### or what so ever.
##### You don't have to import pow. You can import whater you like.

##### The functions include:
`advcalc`

`add`

`sub`

`div`

`mul`

`sqrt`

`square`

`round_without_decimal_place`

`round_with_decimal_place`

`cube`

`cbrt`

`and`

`pow`
