Sequence Pow

std/arithmetic/scalar/i16::Pow


Inputs

base: Stream<i16>
exponent: Stream<i16>

Outputs

↦ power: Stream<i16>


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

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