Last Updated: Sep 13, 2021
Use this function to find the sum of a set of values.
List Sum (number_list)
| Input Parameter Name | Description |
|---|---|
| number_list | list of numbers to be added |
| Return Value | Description |
|---|---|
| Sum | Returns the sum of the input values |
Add (-1,2,3)
To view all the Math functions, click here.