Calc toolkit package for basic geometric calculations
Project description
Calc Toolkit
calc_toolkit is a simple Python package that provides basic functions for calculations, including add, substract, multiply and divide.
Installation
You can install the package using pip:
pip install calc_toolkit
from calc_toolkit import (
add,
subtract,
multiply,
divide,
)
# add
print(add(5, 3)) # Output: 8
# subtract
print(subtract(5, 3)) # Output: 2
# multiply
print(multiply(4,4)) # Output: 16
# divide
print(divide(6,6)) # Output: 1
# calc_tootkit
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
calc_toolkit-0.1.0.tar.gz
(2.7 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 calc_toolkit-0.1.0.tar.gz.
File metadata
- Download URL: calc_toolkit-0.1.0.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa234faa23133d6d8a9c4b8a7f12806321b34f600e219eed2f235e6348b20544
|
|
| MD5 |
c4985a986b0fdb168cfa301dab59274b
|
|
| BLAKE2b-256 |
fea8b88e23a7b49daa76923d2636d6e89666fd582f6286846ab39016a60dee4a
|
File details
Details for the file calc_toolkit-0.1.0-py3-none-any.whl.
File metadata
- Download URL: calc_toolkit-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
85a718a0aa01db88f42475aff1b6d6063b3d4fd25bd55630fd60a243a48aeb08
|
|
| MD5 |
876f19ef16c58f0288da31be7bb05d31
|
|
| BLAKE2b-256 |
e66d39c07d0ad83233bfebf81b7da03ba1c2b48a688e745133efcf4e84d0a028
|