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