Creates a new Vector composed of elements of this Vector raised to the exponent. Avoid raising a vector to a float power, since it is a slow operation
exponent
Vector pow(num exponent);