Treatment rem
ops/u128::rem
Inputs
⇥ a:
Stream<u128>
⇥ b:
Stream<u128>
Outputs
↦ remainder:
Stream<u128>
Give the remainder of the division from two streams of u128
.
Every a
number passed through the stream is divided by b
and the remainder is outputted.