Metadata-Version: 2.4
Name: nbmath
Version: 0.1.0
Summary: python零依赖数学库
Author-email: tc0512 <tancheng_0812@qq.com>
License: MIT
Project-URL: Homepage, https://github.com/tc0512/nbmath
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# nbmath

一个实用的数学工具包，支持方程求解、几何计算、统计分析等功能。

## 安装
```bash
pip install nbmath
```
