Sequence Sub

std/arithmetic/scalar/f64::Sub


Inputs

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

Outputs

↦ difference: Stream<f64>


Substract values from two streams of f64.

Every a number passed through the stream get b substracted.