Sequence StaticPow

std/arithmetic/scalar/i128::StaticPow


Parameters

↳ var exponent: i128 = 0

Inputs

value: Stream<i128>

Outputs

↦ value: Stream<i128>


Elevates i128 to the power of a static value.

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