Sequence StaticPowI64

std/arithmetic/scalar/i64::StaticPowI64


Parameters

↳ var exponent: i64 = 0

Inputs

value: Stream<i64>

Outputs

↦ value: Stream<i64>


Elevates i64 to the power of a static value.

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