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