A simple math toolkit package
Project description
Math Toolkit
A simple math toolkit for basic operations.
Installation
To install the package, use:
pip install math_toolkit
from math_toolkit.operations import add, subtract, multiply, divide
print(add(10, 5)) # Output: 15
print(subtract(10, 5)) # Output: 5
print(multiply(10, 5)) # Output: 50
print(divide(10, 5)) # Output: 2.0
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_toolkit-0.1.0.tar.gz
(2.4 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_toolkit-0.1.0.tar.gz.
File metadata
- Download URL: math_toolkit-0.1.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
26a137a6ef168db980f86b53a5814e9bc16d826211ae273ba9b79232fa1ab4dd
|
|
| MD5 |
89498ac7b9ce030fc91297afbd10692d
|
|
| BLAKE2b-256 |
eb5020b7152e6ab3b729cffd1c65495a8c02af1bc928377457e313d3ecceb2a1
|
File details
Details for the file math_toolkit-0.1.0-py3-none-any.whl.
File metadata
- Download URL: math_toolkit-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
929dce7aabe9eec36a9d0da1e8049941c5ab81a53af9720d8bb76342a2f8daf3
|
|
| MD5 |
e0365df8d049fe29f085a1315feb4b36
|
|
| BLAKE2b-256 |
20d34f902d44b456b371b1f3fe0d26533cb31bb0e22f354e90293b4883471607
|