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

Uploaded Python 3

File details

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

File metadata

  • Download URL: inkhinge-0.1.0.tar.gz
  • Upload date:
  • Size: 3.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.9

File hashes

Hashes for inkhinge-0.1.0.tar.gz
Algorithm Hash digest
SHA256 960da02c7009b86cc78f7bb8878fe5926c38da0acd32670abf4f81ff45c72945
MD5 be9c9c06fede2eabb21073f8918f8709
BLAKE2b-256 9cf731d24c86163b6ed310637ca3c7ddbf20f787d8cdcb63f893375cc59d326c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for inkhinge-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1e4c9ed5be66cdecc491c447d54049c5f3a8e143546d511b0d84296a9c48f88a
MD5 1f97298acd64f5853f81556eeaebca98
BLAKE2b-256 c5802eff237a51cd9f5dcddcc5c9e56f327a02eaa057a3d5b8a88ab649503b9b

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