A simple Python package for integer arithmetic operations
Project description
Simple Arithmatic Ops
A simple Python package for integer arithmetic operations.
Installation
You can install the package using pip:
pip install simple-arithmatic-ops
Usage
from arithmatic import add, subtract
# Addition
result = add(5, 3) # Returns 8
# Subtraction
result = subtract(10, 4) # Returns 6
Features
- Simple integer addition
- Simple integer subtraction
License
This project is licensed under the MIT License - see the LICENSE file for details.
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
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 simple_arithmatic_ops-0.1.1.tar.gz.
File metadata
- Download URL: simple_arithmatic_ops-0.1.1.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f4eb3b9ec7f97602f48644acdab877dce2992d2ef0408d903b5c2153b53d531
|
|
| MD5 |
7c9e1ad97d8c56a5026630fae373f468
|
|
| BLAKE2b-256 |
7625f665cacf0146fd2e8b3aa8c734d7ee882f35b2358769cb5fdbb7e16726a3
|
File details
Details for the file simple_arithmatic_ops-0.1.1-py3-none-any.whl.
File metadata
- Download URL: simple_arithmatic_ops-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6d959f7c73650a4845e5514b263a809382a07a1d3959564598b4ed3477d54a6
|
|
| MD5 |
64a863e5303944bc3809121724f398a9
|
|
| BLAKE2b-256 |
2a917341da79d7582262d4fd6b7891c609d96b400cd297f3c2d705c0a55d1dc1
|