Add your description here
Project description
math_build02
math_build02提供了两种方法:
| 方法 | 描述 |
|---|---|
| math_tool | 用于计算两个数的减法 |
| math_tool2 | 用于计算三个数的运算 |
使用讲解
通过pip安装
pip install math_build02
1.使用方法(直接在代码中引用)
math_build02 import math_tool from math_build02 import math_tool02 print(math_tool.new_numpy(1, 2)) print(math_tool02.new_numpy02(1, 2, 3))
2.使用方法(通过命令行调用)
PS C:\Users\14976\Desktop\app_build\math_build02> uv run math-build-two --a 1 --b 2 a + b = 12 PS C:\Users\14976\Desktop\app_build\math_build02> uv run math-build-three --a 1 --b 2 --c 4 a - b + c = 3
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
math_build02-0.1.0.tar.gz
(1.6 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 math_build02-0.1.0.tar.gz.
File metadata
- Download URL: math_build02-0.1.0.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d318be3408d7ed97cfea43b11a0d802285479faf92ad15d8615b4a5c3ca5622
|
|
| MD5 |
55e8fa4b5aebc4e4efdb5a7dbb90a829
|
|
| BLAKE2b-256 |
2bb0d666050e2c2dd7b9fd1d775386eece654ad3b1e798c6d4ddb11f7dffcacd
|
File details
Details for the file math_build02-0.1.0-py3-none-any.whl.
File metadata
- Download URL: math_build02-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1fea5e221fd5e6b337443f2bed1449206ac36d713e344b7aa3aebf9faecf82d5
|
|
| MD5 |
101d264ec802318d678ba189e88b3563
|
|
| BLAKE2b-256 |
b939f6b2819538bc4d2a1e74712d04e4061b13fea017f3fddb7b21d33349c4df
|