Sequence Pow

std/arithmetic/scalar/u32::Pow


Inputs

base: Stream<u32>
exponent: Stream<u32>

Outputs

↦ power: Stream<u32>


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

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