2023-11-04 21:01:42 -07:00

435 B

title description categories action
math.Sub Subtracts one or more numbers from the first number.
aliases related returnType signatures
sub
functions/math/Add
functions/math/Div
functions/math/Mul
functions/math/Product
functions/math/Sum
any
math.Sub VALUE VALUE...

If one of the numbers is a float, the result is a float.

{{ sub 12 3 2 }} → 7