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