flowstdlib 1.0.0

The standard library of functions and flows for 'flow' programs
Documentation
function = "avg"
description = "Compute the running average of a null-terminated stream"
source = "avg.rs"
docs = "avg.md"
type = "rust"
[[input]]
name = "value"
type = "number"
[[input]]
name = "partial_sum"
type = "number"
[[input]]
name = "partial_count"
type = "number"
[[output]]
name = "partial_sum"
type = "number"
[[output]]
name = "partial_count"
type = "number"
[[output]]
name = "result"
type = "number"
[[output]]
name = "count"
type = "number"