Sequence StaticRem
std/arithmetic/scalar/u16::StaticRem
Parameters
↳ var divisor: u16 = 0
Inputs
⇥ value: Stream<u16>
Outputs
↦ value: Stream<u16>
Give the remainder of a stream of u16
divided by a static value.
Every number passed through the stream is divided by divisor
and the remainder is outputted.