Description
Returns a specified number raised to the specified power.
Signature
Pow('value', 'power')
Example
Pow(5,3) Returns 125
Parameters
Name | Type | Description | Required |
---|---|---|---|
value | xxxx | xxxx | xxxx |
power | xxxx | xxxx | xxxx |
Returns a specified number raised to the specified power.
Pow('value', 'power')
Pow(5,3) Returns 125
Name | Type | Description | Required |
---|---|---|---|
value | xxxx | xxxx | xxxx |
power | xxxx | xxxx | xxxx |