summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/math/Sub.md
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2025-04-10 13:04:51 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2025-04-10 13:04:51 +0200
commit653f1c1d462332bccf303a5040e5cd99c89a4378 (patch)
treec993984f169a240567526e9993261241c0cda771 /docs/content/en/functions/math/Sub.md
parent208a0de6c31354df6f9463d49e90db9dec935169 (diff)
parent5be51ac3db225d5df501ed1fa1499c41d97dbf65 (diff)
downloadhugo-653f1c1d462332bccf303a5040e5cd99c89a4378.tar.gz
hugo-653f1c1d462332bccf303a5040e5cd99c89a4378.zip
Merge commit '5be51ac3db225d5df501ed1fa1499c41d97dbf65'
Diffstat (limited to 'docs/content/en/functions/math/Sub.md')
-rw-r--r--docs/content/en/functions/math/Sub.md17
1 files changed, 6 insertions, 11 deletions
diff --git a/docs/content/en/functions/math/Sub.md b/docs/content/en/functions/math/Sub.md
index 9f211ef1b..49459cd71 100644
--- a/docs/content/en/functions/math/Sub.md
+++ b/docs/content/en/functions/math/Sub.md
@@ -1,18 +1,13 @@
---
title: math.Sub
-description: Subtracts one or more numbers from the first number.
+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...]
+params:
+ functions_and_methods:
+ aliases: [sub]
+ returnType: any
+ signatures: [math.Sub VALUE VALUE...]
---
If one of the numbers is a [`float`](g), the result is a `float`.