Treatment pow

ops/f64::pow


Inputs

⇥ base: Stream<f64>
⇥ exponent: Stream<f64>

Outputs

↦ power: Stream<f64>


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

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