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 = arithmeflow.compute(3, 4, 1.5)
print(result) # ~10.97
# Full curve
points = arithmeflow.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
- 📦 PyPI: https://pypi.org/project/arithmeflow
- 🔌 API: https://hyperflow-api.onrender.com
- 🛒 Buy: https://dashmir7.gumroad.com/l/zxtaqe
- 📡 RapidAPI: https://rapidapi.com/dashmirmejdii/api/hyperflow
Author
Dashmir Mejdi — mathematician and AI engineer
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.2.tar.gz
(2.5 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.2.tar.gz.
File metadata
- Download URL: arithmeflow-0.1.2.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f119c49a8352cf76997d3d0bbb4c3379923749fc5c63b05c6d61d6583b67133
|
|
| MD5 |
7b734699933afc4179144ae9e393e173
|
|
| BLAKE2b-256 |
a19f2d377eb671f7789ba2ecc54074b3909545839f78afeeca7875a1f7be7e5d
|
File details
Details for the file arithmeflow-0.1.2-py3-none-any.whl.
File metadata
- Download URL: arithmeflow-0.1.2-py3-none-any.whl
- Upload date:
- Size: 2.5 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 |
c1bacf6bbe04e2fc5904cfd8d90173fbbba678cce2acd78c30be1943177bfbdb
|
|
| MD5 |
474953449b7e1cecfc107c211cc37f76
|
|
| BLAKE2b-256 |
99a8a80d739bd2028bfeb5d7ed67d69d689524d52fbd683f225dc142efef6a1b
|