Treatment div

ops/u32::div


Inputs

⇥ a: Stream<u32>
⇥ b: Stream<u32>

Outputs

↦ quotient: Stream<u32>


Divide values from two streams of u32.

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