Sequence RemI64

std/arithmetic/scalar/i64::RemI64


Inputs

a: Stream<i64>
b: Stream<i64>

Outputs

↦ remainder: Stream<i64>


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

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