Hyperflow
Arithmeflow computes F(x, y, z) — a unique smooth curve that transitions from addition (z=1) to multiplication (z=2) for any two numbers x and y. Endpoints: - /compute — returns a single value for given x, y, z - /curve — returns the full interpolation curve as JSON Install the Python package: pip install arithmeflow Use cases: game scaling systems, smooth stat curves, generative design,…
Hyperflow endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Compute Hyperflow /compute |
Returns F(x,y,z) — the smooth interpolation between addition and multiplication. |
| GET |
Get Full Curve /curve |
Returns the full interpolation curve as an array of z/value pairs. |
Hyperflow pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | Free | — |
|