Sequence Div

std/arithmetic/scalar/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.