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

268 B

title description categories keywords params
math.Sqrt Returns the square root of the given number.
functions_and_methods
aliases returnType signatures
float64
math.Sqrt VALUE
{{ math.Sqrt 81 }} → 9