More actions
No edit summary |
mNo edit summary |
||
Line 55: | Line 55: | ||
* Any decimals in the ''power'' are treated as the next lower integer value (e.g. 17.6 = 17 and -3.1 = -4). | * Any decimals in the ''power'' are treated as the next lower integer value (e.g. 17.6 = 17 and -3.1 = -4). | ||
[[Category:Mathematical templates]] | [[Category:Mathematical templates|{{PAGENAME}}]] | ||
[[Category:Templates using ParserFunctions]] | [[Category:Templates using ParserFunctions|{{PAGENAME}}]] | ||
</noinclude> | </noinclude> |
Latest revision as of 17:56, 6 August 2006
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).