The TBBS Module
Project description
Math Operations
A simple Python package for basic arithmetic operations: addition, subtraction, multiplication, and division.
Installation
pip install tbbs
Usage
from tbbs import add, subtract, multiply, divide
print(add(5, 3)) # Output: 8
print(subtract(5, 3)) # Output: 2
print(multiply(5, 3)) # Output: 15
print(divide(5, 3)) # Output: 1.666...
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
tbbs-0.1.0.tar.gz
(2.1 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
TBBS-0.1.0-py3-none-any.whl
(2.4 kB
view details)
File details
Details for the file tbbs-0.1.0.tar.gz.
File metadata
- Download URL: tbbs-0.1.0.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f699bc775a314174da2b3cccbcc4000ae70dec136c2199ae60ec3487661b732
|
|
| MD5 |
7365ba372acca15ece1ab34c7fa254c4
|
|
| BLAKE2b-256 |
4b59b6490a307bc7048971518105b199f9589515c1ecaebdb25888e5f1e02e74
|
File details
Details for the file TBBS-0.1.0-py3-none-any.whl.
File metadata
- Download URL: TBBS-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e70b91dd561f5679d52554b3364d07f2989b3290cae1ae89ecd0643991ddd75
|
|
| MD5 |
b78d6e76613460fc2ebaddf010112306
|
|
| BLAKE2b-256 |
554fd50c5d7198961e380b530b28dc5f171465c5a357598eaf1dc9cd5f88a4ae
|