Power

From MultiCharts
Revision as of 06:35, 9 February 2012 by JoshM (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.