Sequence Rem

std/arithmetic/scalar/i16::Rem


Inputs

a: Stream<i16>
b: Stream<i16>

Outputs

↦ remainder: Stream<i16>


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

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