Metadata-Version: 2.1
Name: sroot
Version: 0.0.4
Summary: sroot is a Python library for dealing with square root in radical form.
Home-page: UNKNOWN
Author: Aratrik Banerjee
Author-email: baratrik@gmail.comm
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# sroot

sroot is a Python library for dealing with square root in radical form.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install sroot.

```bash
pip install sroot
```

## Usage

```python
import sroot
print(sroot.sqrt([any integer]))

##It will provide you the square root in a radical form rather than decimal

For eg. sroot.sqrt(8) gives 2v2 rather than 2.828427124 
```

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

Contact at baratrik@gmail.com

## License
[MIT](https://choosealicense.com/licenses/mit/)


