Sequence Div

std/arithmetic/scalar/i128::Div


Inputs

a: Stream<i128>
b: Stream<i128>

Outputs

↦ quotient: Stream<i128>


Divide values from two streams of i128.

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