114 pairwise f64 displacement over store

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

x 0.5 acc 2.25
x 1 acc 0.75
x 2.25 acc -3

Expected output

x 0.5 acc 2.25
x 1 acc 0.75
x 2.25 acc -3

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: pts, capacity: 8, source: x: f64, acc: f64)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: pts, source: x: 0.5, acc: 0.0)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: pts, source: x: 1.0, acc: 0.0)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: pts, source: x: 2.25, acc: 0.0)
flow ~sweep click a branch to expand · @labels scroll to their anchor
sweep (expr: pts)
flow ~sweep click a branch to expand · @labels scroll to their anchor
sweep (expr: pts)

Test Configuration

MUST_RUN