A comprehensive mathematics utility library
Project description
math_utils - 多功能数学工具库
math_utils 是一个提供基础数学运算、统计计算、几何计算和随机数生成的Python库。
功能特性
- 基础四则运算
- 统计计算(均值、中位数、众数等)
- 几何图形面积计算
- 随机数生成工具
安装
pip install math_utils
快速开始
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mpmathbyyhu-0.1.0.tar.gz
(4.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mpmathbyyhu-0.1.0.tar.gz.
File metadata
- Download URL: mpmathbyyhu-0.1.0.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f69860915bd26b3f03928aaac7a40453fb82c4240119413bd794d55de869630
|
|
| MD5 |
57571b5ba51496f3d6169f8ddcb22156
|
|
| BLAKE2b-256 |
308c519aaf01940c540b9e266325b4c6e19b898376f1b35b1b2cf4f4f4cfbeb7
|
File details
Details for the file mpmathbyyhu-0.1.0-py3-none-any.whl.
File metadata
- Download URL: mpmathbyyhu-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dee8c5eb887e666795885b1a1e234446279a379c59c37d906eb401078b2ff8f2
|
|
| MD5 |
f51b38e6c0af93ce544a17ddd7220df5
|
|
| BLAKE2b-256 |
6a8c493f19cd1b0a8dc6f5959b8c96c257a94714ae7a260dc6bfae201ba11587
|