summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/math/Sub.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/math/Sub.md')
-rw-r--r--docs/content/en/functions/math/Sub.md24
1 files changed, 0 insertions, 24 deletions
diff --git a/docs/content/en/functions/math/Sub.md b/docs/content/en/functions/math/Sub.md
deleted file mode 100644
index a89d0e69d..000000000
--- a/docs/content/en/functions/math/Sub.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-title: math.Sub
-description: Subtracts one or more numbers from the first number.
-categories: []
-keywords: []
-action:
- aliases: [sub]
- related:
- - functions/math/Add
- - functions/math/Div
- - functions/math/Mul
- - functions/math/Product
- - functions/math/Sum
- returnType: any
- signatures: [math.Sub VALUE VALUE...]
----
-
-If one of the numbers is a [`float`], the result is a `float`.
-
-```go-html-template
-{{ sub 12 3 2 }} → 7
-```
-
-[`float`]: /getting-started/glossary/#float