Sequence Pow

std/arithmetic/scalar/u16::Pow


Inputs

base: Stream<u16>
exponent: Stream<u16>

Outputs

↦ power: Stream<u16>


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

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