120 frame loop divides f64 column

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

a 0.6 b 0.875 c 2 d 6

Expected output

a 0.6 b 0.875 c 2 d 6

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: mats, capacity: 4, source: a: f64, b: f64, c: f64, d: f64)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: mats, source: a: 4.0, b: 7.0, c: 2.0, d: 6.0)
flow ~sweep click a branch to expand · @labels scroll to their anchor
sweep (expr: mats)
flow ~for click a branch to expand · @labels scroll to their anchor
for (0..3)
flow ~sweep click a branch to expand · @labels scroll to their anchor
sweep (expr: mats)

Test Configuration

MUST_RUN