diff options
Diffstat (limited to 'docs/content/en/functions/math/Abs.md')
-rw-r--r-- | docs/content/en/functions/math/Abs.md | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/docs/content/en/functions/math/Abs.md b/docs/content/en/functions/math/Abs.md deleted file mode 100644 index 682b8426f..000000000 --- a/docs/content/en/functions/math/Abs.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: math.Abs -description: Returns the absolute value of the given number. -categories: [] -keywords: [] -action: - aliases: [] - related: [] - returnType: float64 - signatures: [math.Abs VALUE] ---- - -{{< new-in 0.112.0 >}} - -```go-html-template -{{ math.Abs -2.1 }} → 2.1 -``` |