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