Sequence PowU8

std/arithmetic/scalar/u8::PowU8


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.