Treatment pow

ops/i8::pow


Inputs

⇥ base: Stream<i8>
⇥ exponent: Stream<i8>

Outputs

↦ power: Stream<i8>


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

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