Sequence Mult

std/arithmetic/scalar/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.