Sequence StaticPowU128

std/arithmetic/scalar/u128::StaticPowU128


Parameters

↳ var exponent: u128 = 0

Inputs

value: Stream<u128>

Outputs

↦ value: Stream<u128>


Elevates u128 to the power of a static value.

Every number passed through the stream get elevated to the power of exponent.