pow abstract method

T pow(
  1. T base,
  2. T exponent
)

Computes base to the power of exponent.

Implementation

T pow(T base, T exponent);