Sequence StaticDiv

std/arithmetic/scalar/i128::StaticDiv


Parameters

↳ var divisor: i128 = 0

Inputs

value: Stream<i128>

Outputs

↦ value: Stream<i128>


Divide a stream of i128 by a static value.

Every number passed through the stream is divided by value.