Metadata-Version: 2.4
Name: smathbyviraj
Version: 0.1
Summary: A minimal math module with sqrt, factorial, and fibonacci
Author: Viraj
License: MIT
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: license-file
Dynamic: summary

# SMath
A minimal Python module that provides basic mathematical functions:
- Square root calculation
- Factorial computation
- Fibonacci sequence generation

## ðŸ“¦ Installation

```bash
pip install SMath
