Treatment rem

ops/u64::rem


Inputs

⇥ a: Stream<u64>
⇥ b: Stream<u64>

Outputs

↦ remainder: Stream<u64>


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

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