Treatment pow

ops/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.