Back to Opentofu

`pow` Function

website/docs/language/functions/pow.mdx

1.11.6164 B
Original Source

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