Sequence StaticRem

std/arithmetic/scalar/u8::StaticRem


Parameters

↳ var divisor: u8 = 0

Inputs

value: Stream<u8>

Outputs

↦ value: Stream<u8>


Give the remainder of a stream of u8 divided by a static value.

Every number passed through the stream is divided by value and the remainder is outputted.