Sequence Pow

std/arithmetic/scalar/i128::Pow


Inputs

base: Stream<i128>
exponent: Stream<i128>

Outputs

↦ power: Stream<i128>


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

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