Treatment div
ops/u8::div
Inputs
⇥ a:
Stream<u8>
⇥ b:
Stream<u8>
Outputs
↦ quotient:
Stream<u8>
Divide values from two streams of u8
.
Every a
number passed through the stream is divided by b
counterpart.
ops/u8::div
⇥ a:
Stream<u8>
⇥ b:
Stream<u8>
↦ quotient:
Stream<u8>
Divide values from two streams of u8
.
Every a
number passed through the stream is divided by b
counterpart.