Skip to main content

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包做出贡献,请遵循以下步骤:

  1. Fork这个仓库
  2. 创建你的特性分支 (git checkout -b feature/AmazingFeature)
  3. 提交你的更改 (git commit -m 'Add some AmazingFeature')
  4. 将更改推送到你的分支 (git push origin feature/AmazingFeature)
  5. 打开一个Pull Request

许可证

本项目采用MIT许可证 - 详情请见LICENSE文件。

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

inkhinge-0.1.2.tar.gz (3.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

inkhinge-0.1.2-py3-none-any.whl (3.7 kB view details)

Uploaded Python 3

File details

Details for the file inkhinge-0.1.2.tar.gz.

File metadata

  • Download URL: inkhinge-0.1.2.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

Hashes for inkhinge-0.1.2.tar.gz
Algorithm Hash digest
SHA256 37f060c205efcd656083dc9782d85c47ce2926aed3cd011d743dea41459454a7
MD5 ec933f0e2fb4336f2cfbdd7843ebcf46
BLAKE2b-256 eb0b27e66d63f95e432bf2bdbaf7aafa774bcf5d302fea052049ee46a5ae0301

See more details on using hashes here.

File details

Details for the file inkhinge-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: inkhinge-0.1.2-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

Hashes for inkhinge-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 b17a2334e8007d3522720c878cfb2f86dd06169dd4879591ffe13ef09b3fdacf
MD5 1e415c9ca4ad5d8fa0ae4c1129cbfd28
BLAKE2b-256 dad044128819b4c8a1deb53570223d7c55a2c28727298388be92ddeac5e4ac91

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page