Sequence StaticPow

std/arithmetic/scalar/u32::StaticPow


Parameters

↳ var exponent: u32 = 0

Inputs

value: Stream<u32>

Outputs

↦ value: Stream<u32>


Elevates u32 to the power of a static value.

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