Power

From MultiCharts
Revision as of 14:20, 26 January 2012 by 194.84.116.138 (talk) (Created page with "Returns the value of one specified numerical expression to the power of another. ==== Usage ==== <syntaxhighlight>Power(Base,Exponent)</syntaxhighlight> Where: Base -...")
(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