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:
January 19, 2025
:
Replace links to glossary terms with custom render hook syntax (69d7a781b)
Improve this page