Sequence StaticRem

std/arithmetic/scalar/u128::StaticRem


Parameters

↳ var divisor: u128 = 0

Inputs

value: Stream<u128>

Outputs

↦ value: Stream<u128>


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

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