Sequence StaticRem

std/arithmetic/scalar/i8::StaticRem


Parameters

↳ var divisor: i8 = 0

Inputs

value: Stream<i8>

Outputs

↦ value: Stream<i8>


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

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