Skip to main content

Smooth arithmetic interpolation between addition and multiplication — based on hyperoperation theory

Project description

Hyperflow

Smooth interpolation between addition and multiplication using a single parameter z.

Install

pip install hyperflow

Usage

import hyperflow

# 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 → returns x + y (addition)
  • z = 2.0 → returns x * y (multiplication)
  • z = 1.5 → smooth midpoint between the two

Based on an original ODE framework with proven boundary conditions.

Links

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

arithmeflow-0.1.0.tar.gz (2.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

arithmeflow-0.1.0-py3-none-any.whl (2.4 kB view details)

Uploaded Python 3

File details

Details for the file arithmeflow-0.1.0.tar.gz.

File metadata

  • Download URL: arithmeflow-0.1.0.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

Hashes for arithmeflow-0.1.0.tar.gz
Algorithm Hash digest
SHA256 6e987bf9f88c39cd93a52170cd2d4aa95d412afd06a42aa5e1d42006e7c46e1b
MD5 6d94eac8fb5c64ed65d24364d59e802b
BLAKE2b-256 b65ab2ba2013636f260795f96a8585932d5e95c4bfd5859a8cff44c0d2fcea53

See more details on using hashes here.

File details

Details for the file arithmeflow-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: arithmeflow-0.1.0-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

Hashes for arithmeflow-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 29dd9f8e889239181d5dc456f2b260ca09a581d2c9a2f3a14ab1f3cb8c44c01b
MD5 c3c8808235774d3b56f3b9a3bdd22d17
BLAKE2b-256 fb690d251fa89a51fcb299b43108af931bd3aceb35fd9ba563a1cc7cd75c7fe9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page