Sequence StaticPowU64

std/arithmetic/scalar/u64::StaticPowU64


Parameters

↳ var exponent: u64 = 0

Inputs

value: Stream<u64>

Outputs

↦ value: Stream<u64>


Elevates u64 to the power of a static value.

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