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.
terraform/website/docs/configuration/functions/pow.html.md

306 B

layout page_title sidebar_current description
functions pow function docs-funcs-numeric-pow The pow function raises a number to a power.

pow Function

pow raises a number to a given power. That is, it calcluates the exponent.

Examples

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