flowstdlib 1.0.0

The standard library of functions and flows for 'flow' programs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
function = "min"
description = "Track the minimum value in a stream. Output final minimum on null EOF."
source = "min.rs"
docs = "min.md"
type = "rust"
[[input]]
name = "value"
type = "number"
[[input]]
name = "partial"
type = "number"
[[output]]
name = "partial"
type = "number"
[[output]]
name = "result"
type = "number"