Search

Subtract

Last Updated: Dec 2, 2020

Articles

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

Syntax

Subtract (num_1, num_2)

Parameters

Input Parameter Name Description
num_1 Integer value
num_2 Integer value

Returns

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

Sample

  1. Subtract (5,3)=> 2
  2. Subtract (-1,2)=> -3

To view all the Math functions, click here.

Did you find what you were looking for?