Sequence RemU32

std/arithmetic/scalar/u32::RemU32


Inputs

a: Stream<u32>
b: Stream<u32>

Outputs

↦ remainder: Stream<u32>


Give the remainder of the division from two streams of u32.

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