Sequence Div

std/arithmetic/scalar/u16::Div


Inputs

a: Stream<u16>
b: Stream<u16>

Outputs

↦ quotient: Stream<u16>


Divide values from two streams of u16.

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