Treatment mult
ops/i16::mult
Inputs
⇥ a:
Stream<i16>
⇥ b:
Stream<i16>
Outputs
↦ product:
Stream<i16>
Multiply values from two streams of i16
.
Every a
number passed through the stream is multiplied by b
counterpart.
ops/i16::mult
⇥ a:
Stream<i16>
⇥ b:
Stream<i16>
↦ product:
Stream<i16>
Multiply values from two streams of i16
.
Every a
number passed through the stream is multiplied by b
counterpart.