This function returns the exponentiation of two numbers.


Both input numbers cannot be both equal to 0 simultaneously.


 pow(firstNumber,secondNumber) #Output: Number



Parser expressionDescription


pow(5,2)


This example returns:

25.0



Parameters used in this function

ParameterInput (data type)Description
firstNumber

Any given number or numeric field code.
secondNumber

Any given number or numeric field code.



This function returns a



Use cases and examples




Status
Tech review

Style guide




Short descriptionReturns the exponentiation of two numbers.
Output

Label