pow method

Logic pow(
  1. dynamic exponent
)

Power operation

Implementation

Logic pow(dynamic exponent) => Power(this, exponent).out;