Metadata-Version: 2.4
Name: mpmathbyyhu
Version: 0.1.1
Summary: A comprehensive mathematics utility library
Author-email: yhu <246441142@qq.com>
Project-URL: Homepage, https://github.com/yhu2025
Project-URL: Repository, https://github.com/yhu2025
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# math_utils - 多功能数学工具库

![Python Version](https://img.shields.io/badge/python-3.7%2B-blue)
![License](https://img.shields.io/badge/license-MIT-green)

`math_utils` 是一个提供基础数学运算、统计计算、几何计算和随机数生成的Python库。

## 功能特性

- 基础四则运算
- 统计计算（均值、中位数、众数等）
- 几何图形面积计算
- 随机数生成工具

## 安装

```bash
pip install math_utils
```

## 快速开始

```python
from math_utils import add, mean, circle_area

print(add(2, 3))  # 输出: 5
print(mean([1, 2, 3, 4]))  # 输出: 2.5
print(circle_area(2))  # 输出: 12.566370614359172
```
## 关于这个库的信息

因为我看见有些，不支持，所以我自己手搓一个


## 许可证

MIT License
