Template:Pow

Template page
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.


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).