Sequence StaticPow

std/arithmetic/scalar/u8::StaticPow


Parameters

↳ var exponent: u8 = 0

Inputs

value: Stream<u8>

Outputs

↦ value: Stream<u8>


Elevates u8 to the power of a static value.

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