This function returns the exponentiation of two numbers.
Both input numbers cannot be both equal to 0 simultaneously.
Bash
pow(firstNumber,secondNumber) #Output: Number
Examples
|
Parser expression |
Description |
|---|---|
|
Bash
|
This example returns: 25.0 |
Additional information
Parameters used in this function
|
Parameter |
Input (data type) |
Description |
|---|---|---|
|
|
number |
Any given number or numeric field code. |
|
|
number |
Any given number or numeric field code. |
Output
This function returns a number
📚 Use cases and examples
| Use case | JWT feature | Workflow function | Field type | Automated action | Parser functions |
|---|