Sequence StaticPowF32

std/arithmetic/scalar/f32::StaticPowF32


Parameters

↳ var exponent: f32 = 0

Inputs

value: Stream<f32>

Outputs

↦ value: Stream<f32>


Elevates f32 to the power of a static value.

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