Treatment div
ops/u128::div
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
counterpart.
ops/u128::div
⇥ a:
Stream<u128>
⇥ b:
Stream<u128>
↦ quotient:
Stream<u128>
Divide values from two streams of u128
.
Every a
number passed through the stream is divided by b
counterpart.