summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/math/Max.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/math/Max.md')
-rw-r--r--docs/content/en/functions/math/Max.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/docs/content/en/functions/math/Max.md b/docs/content/en/functions/math/Max.md
deleted file mode 100644
index 9beff5630..000000000
--- a/docs/content/en/functions/math/Max.md
+++ /dev/null
@@ -1,16 +0,0 @@
----
-title: math.Max
-description: Returns the greater of all numbers. Accepts scalars, slices, or both.
-categories: []
-keywords: []
-action:
- aliases: []
- related:
- - functions/math/Min
- returnType: float64
- signatures: [math.Max VALUE...]
----
-
-```go-html-template
-{{ math.Max 1 (slice 2 3) 4 }} → 4
-```