Sequence RemU16

std/arithmetic/scalar/u16::RemU16


Inputs

a: Stream<u16>
b: Stream<u16>

Outputs

↦ remainder: Stream<u16>


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

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