Sequence StaticPow

std/arithmetic/scalar/i16::StaticPow


Parameters

↳ var exponent: i16 = 0

Inputs

value: Stream<i16>

Outputs

↦ value: Stream<i16>


Elevates i16 to the power of a static value.

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