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