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