math.Sub
Returns the result of subtracting 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 }} → 7Last updated:
September 11, 2026
:
content: Comply with function/method description guidance in style guide (76fa3fc9e)
Improve this page