Sequence Pow

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