Sequence Pow

std/arithmetic/scalar/u8::Pow


Inputs

base: Stream<u8>
exponent: Stream<u8>

Outputs

↦ power: Stream<u8>


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

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