Syntax
RQL
Parameters
| Name | Type | Description |
|---|---|---|
base | Number | The base number |
exponent | Number | The power to raise the base to |
Return Value
Returns the result of raising the base to the specified exponent (base^exponent).
Examples
$ Calculate power
| Name | Type | Description |
|---|---|---|
base | Number | The base number |
exponent | Number | The power to raise the base to |
Returns the result of raising the base to the specified exponent (base^exponent).