$subtract
The$subtract operator subtracts the second numeric value from the first numeric value.
Input
- An array containing exactly two numeric values (minuend and subtrahend)
Output
- The difference of the two input values (first - second)
Examples
Basic Subtraction
7
Field Value Subtraction
Decimal Subtraction
10.3
