math.Pow
Returns the first number raised to the power of the second number.
Syntax
math.Pow VALUE1 VALUE2
Returns
float64
Alias
pow
{{ math.Pow 2 3 }} → 8
Hugo Documentation
Syntax
Returns
Alias
{{ math.Pow 2 3 }} → 8