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