Sequence Div

std/arithmetic/scalar/u64::Div


Inputs

a: Stream<u64>
b: Stream<u64>

Outputs

↦ quotient: Stream<u64>


Divide values from two streams of u64.

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