hugo/docs/content/en/functions/math/Sqrt.md
2023-12-04 15:24:01 +01:00

273 B

title description categories keywords action
math.Sqrt Returns the square root of the given number.
aliases related returnType signatures
functions/math/Pow
float64
math.Sqrt VALUE
{{ math.Sqrt 81 }} → 9