Sequence StaticPowU16

std/arithmetic/scalar/u16::StaticPowU16


Parameters

↳ var exponent: u16 = 0

Inputs

value: Stream<u16>

Outputs

↦ value: Stream<u16>


Elevates u16 to the power of a static value.

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