Sequence StaticRemU64

std/arithmetic/scalar/u64::StaticRemU64


Parameters

↳ var divisor: u64 = 0

Inputs

value: Stream<u64>

Outputs

↦ value: Stream<u64>


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

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