Smooth arithmetic interpolation between addition and multiplication — based on hyperoperation theory
Project description
Arithmeflow
Smooth interpolation between addition and multiplication using a single parameter z.
Install
pip install arithmeflow
Usage
import arithmeflow
# Single value
result = hyperflow.compute(3, 4, 1.5)
print(result) # ~10.97
# Full curve
points = hyperflow.curve(3, 4)
for z, val in points:
print(f"z={z:.2f} F={val:.4f}")
What it does
z = 1.0→ returnsx + y(addition)z = 2.0→ returnsx * y(multiplication)z = 1.5→ smooth midpoint between the two
Based on an original ODE framework with proven boundary conditions.
Links
- Live demo: https://hyperflow-um4jhq9jvgeanzxw8wtufq.streamlit.app
- API: https://hyperflow-api.onrender.com
- Paper: coming soon (Zenodo)
- Buy: https://dashmir7.gumroad.com/l/zxtaqe
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
arithmeflow-0.1.1.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 arithmeflow-0.1.1.tar.gz.
File metadata
- Download URL: arithmeflow-0.1.1.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b76daaa79e78a9379c2d6ec3a3bb4471a97e2ced5b7841dfeb67c45fe1c731a
|
|
| MD5 |
480d531c629b60dfc8c0189e5d50ff76
|
|
| BLAKE2b-256 |
472b7ad5f4d9047ca002805feb3d4427c9023579fc54e33c679d387c6594a6fa
|
File details
Details for the file arithmeflow-0.1.1-py3-none-any.whl.
File metadata
- Download URL: arithmeflow-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e15ea4812ddd65644b695b2c2342396ce8a897dee8b31bf702bf755bf1de75db
|
|
| MD5 |
caf97e95157e3857ac83e6874d970978
|
|
| BLAKE2b-256 |
16283b9c1717ae52159ba28cc50ec7cbf2d32eba67376c15efeb4e7ccaa9c30d
|