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.4.tar.gz (7.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.4-py3-none-any.whl (7.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: inkhinge-0.1.4.tar.gz
  • Upload date:
  • Size: 7.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.4.tar.gz
Algorithm Hash digest
SHA256 cb1ec6605f8b38d24078f8a8e80729e4832e1a966e0f9a1f94822e690c00337c
MD5 da4d5a432baa9f92b34375cdd0682abf
BLAKE2b-256 3b672f765f2eb1cb717a74b98c38cd2d79f25b17cd13a851b5a5c9c5c5ac9a49

See more details on using hashes here.

File details

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

File metadata

  • Download URL: inkhinge-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 7.6 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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 2ed86f549a2c2424b3e698e456acc229c0e0360ae5081f3bbdfd1b9a1679b671
MD5 01720a0b201d7626acaf2b499544a921
BLAKE2b-256 6b983455d8437efa99cef47c62cbc8a1b0aaa43e22c5aab8f8cfd48632f0f6bc

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