pow method

num pow(
  1. num exponent
)

Implementation

num pow(num exponent) => math.pow(this, exponent);