Template:Powint

From Meta, a Wikimedia project coordination wiki

Jump to: navigation, search

Allows a number be raised to a power from -20 to 20. Powers of greater than 20 are treated as 20 and those less than -20 as -20.

Usage:
{{powint|<base>|<power>}}

Examples:

{{powint|5|20}} gives 95367431640625 .

{{csn|{{powint|5|20}}}} gives 95,367,431,640,625.

{{powint|5|21}} gives 95367431640625 (exponent changed to 20).

{{powint|10.01|15}} gives 1015105456368007 .

This template is a modification of template:pow ( talk edit history links ).