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.1.tar.gz
(5.1 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.1.tar.gz.
File metadata
- Download URL: mpmathbyyhu-0.1.1.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
87ce4a3d2c2f1f31bb62058136ccc9f1e0e2716724fa39ec87323970d78c5413
|
|
| MD5 |
2c81d6474d06d5ebbd5eef532cc9f086
|
|
| BLAKE2b-256 |
67c65bd4631b950351ca2c74c89371539d83e733f473a415f1b5126d74d50c51
|
File details
Details for the file mpmathbyyhu-0.1.1-py3-none-any.whl.
File metadata
- Download URL: mpmathbyyhu-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.2 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 |
20efb641c72c8be340ccec1a74288391556475440e7bae54c149ff5bde5f8b86
|
|
| MD5 |
f547415ab6e47670b25023a3afeff0e9
|
|
| BLAKE2b-256 |
46eeb8f0ddd2c29a388fedffd038dacd1201016fe3a63cdf7d7e9a64e04dd5be
|