Metadata-Version: 2.2
Name: quadexpo
Version: 1.0
Summary: A mathematical library implementing the Quadexpo function
Home-page: https://sourceduty.com
Author: Sourceduty
Author-email: sourceduty@gmail.com
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
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: matplotlib
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Quadexpo

A Python library implementing the Quadexpo function for modeling complex systems involving both quadratic and exponential behaviors.

## Installation

```sh
pip install quadexpo
```

## Usage

```python
from quadexpo import quadexpo_function

result = quadexpo_function(1, -2, 3, 0.5, 0, 5)
print(f"Quadexpo result: {result}")
```

## License

MIT License
