Treatment mult

ops/f64::mult


Inputs

⇥ a: Stream<f64>
⇥ b: Stream<f64>

Outputs

↦ product: Stream<f64>


Multiply values from two streams of f64.

Every a number passed through the stream is multiplied by b counterpart.