The PLUS function calculates the sum of its arguments.
For example:
PLUS(3, 4, 6) returns 13, that is 3+4+6
PLUS(3, 4, -6) returns 1, that is 3+4+(-6)
See also:
Other mathematical functions