math.Sqrt
Returns the square root of the given number.
Syntax
math.Sqrt VALUE
Returns
float64
{{ math.Sqrt 81 }} → 9
Hugo Documentation
Syntax
Returns
{{ math.Sqrt 81 }} → 9