Sequence PowI32

std/arithmetic/scalar/i32::PowI32


Inputs

base: Stream<i32>
exponent: Stream<i32>

Outputs

↦ power: Stream<i32>


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

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