Metadata-Version: 2.4
Name: bendev-operations
Version: 1.0.0
Summary: A simple math operations library
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
License-File: LICENSE
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# Operations

A simple Python library for basic mathematical operations and statistics.

## Features
- `add(a, b)` â†’ returns the sum of two numbers
- `multiply(a, b)` â†’ returns the product of two numbers
- `rsquare(y_true, y_pred)` â†’ computes the RÂ² (coefficient of determination)

## Installation
You can install the package from PyPI (after publishing):
```bash
pip install operations
