Exponentiation
Calculate exponentiation from a base and a exponent
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
Base | The base is the number that is being multiplied by itself a certain number of times, as specified by the exponent | NUMBER | true | |
Exponent | The exponent in mathematics indicates how many times the base is multiplied by itself. | NUMBER | true |
Output
Name | Description | Type | Default value |
---|---|---|---|
Result | The exponentiation variable name | NUMBER | RESULT |