Treatment pow

ops/i64::pow


Inputs

⇥ base: Stream<i64>
⇥ exponent: Stream<i64>

Outputs

↦ power: Stream<i64>


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

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