Sequence StaticPow

std/arithmetic/scalar/i8::StaticPow


Parameters

↳ var exponent: i8 = 0

Inputs

value: Stream<i8>

Outputs

↦ value: Stream<i8>


Elevates i8 to the power of a static value.

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