Sequence StaticPowI32

std/arithmetic/scalar/i32::StaticPowI32


Parameters

↳ var exponent: i32 = 0

Inputs

value: Stream<i32>

Outputs

↦ value: Stream<i32>


Elevates i32 to the power of a static value.

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