Subtract numbers.
A number from which another number is subtracted.
A number which is subtracted from another.
Optional
Rest
Additional numbers to subtract.
Returns the difference.
0.1.0
subtract(3, 2)// => 1subtract(3, 2, 2)// => -1 Copy
subtract(3, 2)// => 1subtract(3, 2, 2)// => -1
Subtract numbers.