A Python package implementing Terry's unique mathematical system
Project description
Terryology
A Python package implementing Terry's unique mathematical system, where multiplication is defined as a × b = a + b copies of a.
Installation
Using uv:
uv pip install terryology
Using pip:
pip install terryology
Usage
from terryology import multiply, power
# Terry multiplication
result = multiply(2, 3) # Returns 8 (2 + 3*2)
# Terry power
result = power(2, 2) # Returns 6 (2 + 2*2)
License
MIT License
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
terryology-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 terryology-0.1.0.tar.gz.
File metadata
- Download URL: terryology-0.1.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
39e44ea2548847fb8380410fa4fb62069b6cc20694dd1d1e42bed941b391864e
|
|
| MD5 |
453e71794fd5003583834cea5989f474
|
|
| BLAKE2b-256 |
c63474d30c2b66f357e5d7c6fd8868a0a13dcbb68f80147b82d5461b76d7d1bf
|
File details
Details for the file terryology-0.1.0-py3-none-any.whl.
File metadata
- Download URL: terryology-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c61ad5f4dc114680f1e085adf16dfc0194584e4ae93d3600978b73d9a3a85975
|
|
| MD5 |
84ae1724f3f099cec81acf3001d5abf7
|
|
| BLAKE2b-256 |
56ce2158364f2c5740304907cadb8bc0263a345b68382746269506a7e2cbc41d
|