diff options
Diffstat (limited to 'docs/content/en/functions/math/Sub.md')
-rw-r--r-- | docs/content/en/functions/math/Sub.md | 17 |
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`. |