Sequence Div

std/arithmetic/scalar/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.