Raise base to the power exponent.
Source position: math.pp line 603
operator operator **(
base: Int64;
exponent: Int64
):Int64;
Power raises base to the power exponent, i.e., it calculates base^exponent.