Sequence Rem

std/arithmetic/scalar/u128::Rem


Inputs

a: Stream<u128>
b: Stream<u128>

Outputs

↦ remainder: Stream<u128>


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

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