Operators and Keywords
Function List:
C++ API
This function and x + y are equivalent.
x + y
If more arguments are given, the summation is applied cumulatively from left to right:
(…((x1 + x2) + x3) + …)
At least one argument is required.
See also: minus, uplus.
Package: octave