Sequence DivI16

std/arithmetic/scalar/i16::DivI16


Inputs

a: Stream<i16>
b: Stream<i16>

Outputs

↦ quotient: Stream<i16>


Divide values from two streams of i16.

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