Search

Difference

Last Updated: May 10, 2022

Articles

Use this function to find the difference of the given input values.

Syntax

Difference (number_1, number_2)

Parameters

Input Parameter Name Description
number_1 Integer value
number_2 Integer value

Returns

Return Value Description
Difference Returns the difference of the given input values

Sample

Difference (-1,2)

  • Returns -3

To view all the Math functions, click here.

Did you find what you were looking for?