Sequence Div

std/arithmetic/scalar/i8::Div


Inputs

a: Stream<i8>
b: Stream<i8>

Outputs

↦ quotient: Stream<i8>


Divide values from two streams of i8.

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