Sequence DivF32

std/arithmetic/scalar/f32::DivF32


Inputs

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

Outputs

↦ quotient: Stream<f32>


Divide values from two streams of f32.

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