Sequence StaticDiv

std/arithmetic/scalar/u128::StaticDiv


Parameters

↳ var divisor: u128 = 0

Inputs

value: Stream<u128>

Outputs

↦ value: Stream<u128>


Divide a stream of u128 by a static value.

Every number passed through the stream is divided by value.