A simple Python package to perform arithmetic operations on multiple numbers.
Project description
arithop
A simple Python package to perform arithmetic operations on multiple numbers.
Installation
pip install arithoperations
Usage
from arithoperations import operations
operations.add(1, 2, 3) # 6
operations.subtract(1, 2, 3) # -4
operations.multiply(1, 2, 3) # 6
operations.divide(1, 2, 3) # 0.16666666666666666
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
arithoperator-1.0.1.tar.gz
(2.9 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 arithoperator-1.0.1.tar.gz.
File metadata
- Download URL: arithoperator-1.0.1.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
24ef53dcdc8d656ecda7c6e5c1d4fff3ba8ea879b4b305621468c1b3d6b9b82c
|
|
| MD5 |
9ec8ad0d001b88853c0eadc5f872675c
|
|
| BLAKE2b-256 |
379b585ff1796592e9877d6e803ab8abe654fe1a4bf4cc13fc845064433ae849
|
File details
Details for the file arithoperator-1.0.1-py3-none-any.whl.
File metadata
- Download URL: arithoperator-1.0.1-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd28e8a905a214711fc548508ef16a7e88a793b8b80c75c33eab5ac3414fdb55
|
|
| MD5 |
f816b82bd581cc2235bc1079813dc168
|
|
| BLAKE2b-256 |
548efca43d71e38f4e62e10ac8a61721832599c9f9c599867c8622b6ee387000
|