Treatment pow

ops/f32::pow


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.