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