Sequence MultF32

std/arithmetic/scalar/f32::MultF32


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.