A simple Python package for mathematical operations
Project description
inkhinge
inkhinge是一个简单的Python包,提供基本的数学运算功能。通过pip install inkhinge安装后,你可以使用其中的函数进行数字运算。
安装
pip install inkhinge
使用方法
下面是一个简单的使用示例: from inkhinge import add_numbers, multiply_numbers
加法运算
result = add_numbers(1, 2) print(f"1 + 2 = {result}") # 输出: 1 + 2 = 3
乘法运算
result = multiply_numbers(2, 3) print(f"2 * 3 = {result}") # 输出: 2 * 3 = 6
函数文档
add_numbers(a, b)
将两个数字相加。
参数:
a: 第一个数字b: 第二个数字
返回:
- 两个数字的和
multiply_numbers(a, b)
将两个数字相乘。
参数:
a: 第一个数字b: 第二个数字
返回:
- 两个数字的乘积
贡献
如果你想为inkhinge包做出贡献,请遵循以下步骤:
- Fork这个仓库
- 创建你的特性分支 (
git checkout -b feature/AmazingFeature) - 提交你的更改 (
git commit -m 'Add some AmazingFeature') - 将更改推送到你的分支 (
git push origin feature/AmazingFeature) - 打开一个Pull Request
许可证
本项目采用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
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 inkhinge-0.1.1.tar.gz.
File metadata
- Download URL: inkhinge-0.1.1.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0443c6e9ed37dccb5c8096ed5838011eb79834649c44c218896ddb1227657721
|
|
| MD5 |
34182b601b8b4a41ef765145762feadd
|
|
| BLAKE2b-256 |
685aed7e4f94299908ef1ce68703e5f8f8cac48321f4231609c6a5e9f00ab5ac
|
File details
Details for the file inkhinge-0.1.1-py3-none-any.whl.
File metadata
- Download URL: inkhinge-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db8c2363b0fc9ac6db96113ddb4bed31ff8d0bd5b007c80ee692af56d3c908ed
|
|
| MD5 |
000a967dc22abcda76c27985fa86a7b0
|
|
| BLAKE2b-256 |
5fca388ccbe84fc6716866adb6c06e58eb8b9ea2bae4a95db5e7ced286289350
|