1
0
Fork 0
hugo/docs/content/en/functions/math/Pow.md

299 B

title description categories keywords params
math.Pow Returns the first number raised to the power of the second number.
functions_and_methods
aliases returnType signatures
pow
float64
math.Pow VALUE1 VALUE2
{{ math.Pow 2 3 }} → 8