Sequence RemI32

std/arithmetic/scalar/i32::RemI32


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.