Sequence Rem

std/arithmetic/scalar/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.