Sequence StaticPow

std/arithmetic/scalar/f64::StaticPow


Parameters

↳ var exponent: f64 = 0

Inputs

value: Stream<f64>

Outputs

↦ value: Stream<f64>


Elevates f64 to the power of a static value.

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