diff options
Diffstat (limited to 'docs/content/en/functions/math/Round.md')
-rw-r--r-- | docs/content/en/functions/math/Round.md | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/docs/content/en/functions/math/Round.md b/docs/content/en/functions/math/Round.md deleted file mode 100644 index e0678eb78..000000000 --- a/docs/content/en/functions/math/Round.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -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] ---- - -```go-html-template -{{ math.Round 1.5 }} → 2 -``` |