Treatment pow

ops/u64::pow


Inputs

⇥ base: Stream<u64>
⇥ exponent: Stream<u64>

Outputs

↦ power: Stream<u64>


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

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