Sequence PowU128

std/arithmetic/scalar/u128::PowU128


Inputs

base: Stream<u128>
exponent: Stream<u128>

Outputs

↦ power: Stream<u128>


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

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