diff options
Diffstat (limited to 'docs/content/en/functions/math/Round.md')
-rw-r--r-- | docs/content/en/functions/math/Round.md | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/docs/content/en/functions/math/Round.md b/docs/content/en/functions/math/Round.md index e0678eb78..6bc015ce7 100644 --- a/docs/content/en/functions/math/Round.md +++ b/docs/content/en/functions/math/Round.md @@ -3,13 +3,11 @@ title: math.Round description: Returns the nearest integer, rounding half away from zero. categories: [] keywords: [] -action: - aliases: [] - related: - - functions/math/Ceil - - functions/math/Floor - returnType: float64 - signatures: [math.Round VALUE] +params: + functions_and_methods: + aliases: [] + returnType: float64 + signatures: [math.Round VALUE] --- ```go-html-template |