+1 888 340 6572

Power

From MultiCharts
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.