Sequence Rem

std/arithmetic/scalar/i32::Rem


Inputs

a: Stream<i32>
b: Stream<i32>

Outputs

↦ remainder: Stream<i32>


Give the remainder of the division from two streams of i32.

Every a number passed through the stream is divided by b and the remainder is outputted.