Treatment div

ops/f64::div


Inputs

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

Outputs

↦ quotient: Stream<f64>


Divide values from two streams of f64.

Every a number passed through the stream is divided by b counterpart.