flowstdlib 1.0.0

The standard library of functions and flows for 'flow' programs
Documentation
1
2
3
4
## Stream Avg (//flowstdlib/data/avg)
Compute the average of a null-terminated stream. Initialize `partial_sum`
and `partial_count` to 0. On null, outputs average on `result` and count
on `count`.