The MINUS function calculates a successive subtraction from the first item of list, all other items of list.
For example:
MINUS(10, 3, 4) returns 3, that is 10 - 3 - 4
MINUS(10, 3, -4) returns 11, that is 10 - 3 - (-4)
See also:
Other mathematical functions