← Tools

Turbo

Type K/R/E/T expressions. K(x) = x/(1+x). R(x) = 1/(1+1/x). E(x) = x × kT·ln(2). T(x) = K(x) − R(x). The coupling language.

K/R/E/T EXPRESSION
Loading runtime...
Type an expression and press Run.
Everything is free. If this helped → support GUMP

FUNCTIONS

K(x) = x / (1 + x)         # coupling
R(x) = 1 / (1 + 1/x)      # synchronization
E(x) = x × 2.87e-21      # Landauer energy (joules)
T(x) = max(0, K(x) - R(x)) # tension

INSTALL

pip install begump
from gump.turbo import evaluate

print(evaluate("K(1.868)"))  # 0.6513

Your data stays on your machine.