Sequence PowF64

std/arithmetic/scalar/f64::PowF64


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.