Number.Power
Returns the outcome of multiplying number by itself power number of times. If either number or power is empty, the function Number.Power will output a null value. "number" refers to the base value, wh...
Returns the outcome of multiplying number by itself power number of times. If either number or power is empty, the function Number.Power will output a null value. "number" refers to the base value, while "power" represents the exponent in the operation.