Subtract()

Returns the result of subtracting the second parameter from the first parameter.

The Subtract() function has two parameters:

  • minuend (number): Required. The initial number.
  • subtrahend (number): Required. The number to subtract from the minuend.

To use this function, pass it two numbers. The numbers can be positive or negative integer or decimal numbers.

The function returns the difference of the two numbers: 256.