POWER
The following section describes the syntax and usage of the POWER function in ActivityInfo.
Description
To raise a number to a power, use the POWER function.
Syntax
POWER(number, power)
Argument | Required | Description |
---|---|---|
number | Yes | The base number. It can be any real number. |
power | Yes | The exponent to which the base number is raised. |
Result
Returns the result of a number raised to a power.