Search

Sum

Last Updated: Mar 8, 2023

Articles

Use this function to find the sum of the two input values.

Syntax

Sum (number_1, number_2)

Parameters

Input Parameter Name Description
number_1 Integer value
number_2 Integer value

Returns

Return Value Description
Sum Returns the sum of the input values

Sample

Sum (-1,2)

  • Returns 1.

To view all the Math functions, click here.

Did you find what you were looking for?