Sequence StaticDiv
std/arithmetic/scalar/u64::StaticDiv
Parameters
↳ var divisor: u64 = 0
Inputs
⇥ value: Stream<u64>
Outputs
↦ value: Stream<u64>
Divide a stream of u64
by a static value.
Every number passed through the stream is divided by divisor
.