Treatment div

ops/i32::div


Inputs

⇥ a: Stream<i32>
⇥ b: Stream<i32>

Outputs

↦ quotient: Stream<i32>


Divide values from two streams of i32.

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