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
Last updated:
March 5, 2025
:
content: Remove "related" array from function and method pages (2fcd21ee5)
Improve this page