The power() function takes baseNumber and powerNumber as arguments. It returns the baseNumber raised to the power of powerNumber.
(OR)
| Parameter | Description | Data type |
|---|---|---|
| <variable> | Variable which will contain the returned value. | DECIMAL |
| <baseNumber> | Value to be raised to powerNumber. | NUMBER or DECIMAL |
| <powerNumber> | The power to which the baseNumber will be raised. | NUMBER or DECIMAL |