Power
From MultiCharts
Returns the value of one specified numerical expression to the power of another.
Usage
Power(Base, Exponent);
Where:
- Base - a numerical expression.
- Exponent - a numerical expression.
Example
Power(5, 3);
Will return a value of 125.