sum
Modified on Tue, 22 Aug 2023
Description
Add multiple numbers to calculate their sum
Syntax
sum(number1, number2, ..., numberN)
Parameters
Input Parameter | Type | Description |
---|---|---|
number1, number2, ..., numberN | number | Numbers to be added together |
Return value
Type |
---|
number |
Sample
Example | Result | Description |
---|---|---|
sum(5, 10, 15) | 30 | Returns the sum of the input numbers |
To view all the Math and Number functions, click here.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article