| Name | Formula | Value |
|---|
Welcome to NoPumpG!
This is a web-based revival of Clayton Lewis's 1987 system linking spreadsheet cells and interactive graphics.
Interactive Primitives:
L1.y2 = L1.y1 locks line horizontal).x, y, and down (>0).Custom Operators:
lc(arg) / lc(arg1, arg2): Bidirectional logic. Value updates to whichever changed most recently (manual drag vs formula).int(arg): Integral operator. Accumulates values on clock step: val += arg * dt. Resolves cyclic dependencies safely.if(cond, trueVal, falseVal): Ternary operator. Evaluates true if cond > 0.const: Locks a cell's current value from direct dragging/inputs.