Skip to main content

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 → 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.1.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.1-py3-none-any.whl (2.4 kB view details)

Uploaded Python 3

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

Hashes for arithmeflow-0.1.1.tar.gz
Algorithm Hash digest
SHA256 3b76daaa79e78a9379c2d6ec3a3bb4471a97e2ced5b7841dfeb67c45fe1c731a
MD5 480d531c629b60dfc8c0189e5d50ff76
BLAKE2b-256 472b7ad5f4d9047ca002805feb3d4427c9023579fc54e33c679d387c6594a6fa

See more details on using hashes here.

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

Hashes for arithmeflow-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e15ea4812ddd65644b695b2c2342396ce8a897dee8b31bf702bf755bf1de75db
MD5 caf97e95157e3857ac83e6874d970978
BLAKE2b-256 16283b9c1717ae52159ba28cc50ec7cbf2d32eba67376c15efeb4e7ccaa9c30d

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