diff options
Diffstat (limited to 'docs/content/en/functions/math/Sqrt.md')
-rw-r--r-- | docs/content/en/functions/math/Sqrt.md | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/content/en/functions/math/Sqrt.md b/docs/content/en/functions/math/Sqrt.md index 436cb31c3..b2f49fdbd 100644 --- a/docs/content/en/functions/math/Sqrt.md +++ b/docs/content/en/functions/math/Sqrt.md @@ -3,12 +3,11 @@ title: math.Sqrt description: Returns the square root of the given number. categories: [] keywords: [] -action: - aliases: [] - related: - - functions/math/Pow - returnType: float64 - signatures: [math.Sqrt VALUE] +params: + functions_and_methods: + aliases: [] + returnType: float64 + signatures: [math.Sqrt VALUE] --- ```go-html-template |