Sequence AddF64

std/arithmetic/scalar/f64::AddF64


Inputs

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

Outputs

↦ sum: Stream<f64>


Add values from two streams of f64.

Values passed through a & b are added and send in sum.