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