Sequence Sub

std/arithmetic/scalar/f32::Sub


Inputs

a: Stream<f32>
b: Stream<f32>

Outputs

↦ difference: Stream<f32>


Substract values from two streams of f32.

Every a number passed through the stream get b substracted.