Search

Subtract (Dep.)

Last Updated: Mar 8, 2023

Articles

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

This function is deprecated. Use Difference.

Syntax

Subtract (Dep.) (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

Subtract (Dep.) (-1,2)

  • Returns -3.

To view all the Math functions, click here.

Did you find what you were looking for?