Sequence Div

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