Treatment div

ops/i128::div


Inputs

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

Outputs

↦ quotient: Stream<i128>


Divide values from two streams of i128.

Every a number passed through the stream is divided by b counterpart.