Template:Pow

Template page
Revision as of 16:04, 2 August 2006 by Shane (talk | contribs)


Allows a number be raised to a small integer power.

Syntax
  • {{Pow|base|power}}
  • The base and power can be any valid numeric expression.
Note
  • Powers greater than 20 are treated as 20.
  • Powers less than -20 are treated as -20.
  • Any decimals in the power are treated as the next lower integer value (e.g. 17.6 = 17 and -3.1 = -4).