+
(+ &rest numbers)
Returns the sum of its arguments, or 0 with no arguments. The result is an integer when all arguments are integers, a ratio when ratios are involved, and a float if any argument is a float (contagion). Integer results promote to big integers on overflow, on every backend.