Metadata-Version: 2.4
Name: dolphinmath
Version: 0.0.1
Summary: Simple math helper library made by a student
Author: Peddakotla Karthikeya
License: MIT
Project-URL: Homepage, https://pypi.org/project/dolphinmath/
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# dolphinmath

A simple math library created by a student.

### Example

```python
from dolphinmath.prime import primes

primes(1, 20)
