You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/website/source/docs/configuration/from-1.5/functions/numeric/pow.html.md

363 B

layout page_title sidebar_current description
docs pow - Functions - Configuration Language configuration-functions-numeric-pow The pow function raises a number to a power.

pow Function

pow calculates an exponent, by raising its first argument to the power of the second argument.

Examples

> pow(3, 2)
9
> pow(4, 0)
1