Sequence DivU128

std/arithmetic/scalar/u128::DivU128


Inputs

a: Stream<u128>
b: Stream<u128>

Outputs

↦ quotient: Stream<u128>


Divide values from two streams of u128.

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