Last Updated: May 27, 2021
Use this function to find the difference of the given input values.
Difference (number_1, number_2)
Input Parameter Name | Description |
---|---|
number_1 | Integer value |
number_2 | Integer value |
Return Value | Description |
---|---|
Difference | Returns the difference of the given input values |
Difference (-1,2)
To view all the Math functions, click here.