Last Updated: Mar 15, 2021
Use this function to find the sum of the two input values.
Sum (number_1, number_2)
| Input Parameter Name | Description |
|---|---|
| number_1 | Integer value |
| number_2 | Integer value |
| Return Value | Description |
|---|---|
| Sum | Returns the sum of the input values |
Sum (-1,2)
To view all the Math functions, click here.