Sequence PowF32

std/arithmetic/scalar/f32::PowF32


Inputs

base: Stream<f32>
exponent: Stream<f32>

Outputs

↦ power: Stream<f32>


Elevates values from a stream of f32 to the power of another one.

Values passed through base are elevated to the power of exponent.