Sequence RemI128

std/arithmetic/scalar/i128::RemI128


Inputs

a: Stream<i128>
b: Stream<i128>

Outputs

↦ remainder: Stream<i128>


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

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