math.Sub
Subtracts one or more numbers from the first number.
Syntax
math.Sub VALUE VALUE...
Returns
any
Alias
sub
If one of the numbers is a float
, the result is a float
.
{{ sub 12 3 2 }} → 7
Last updated:
March 5, 2025
:
content: Remove "related" array from function and method pages (2fcd21ee5)
Improve this page