Sequence Pow

std/arithmetic/scalar/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.