minus Can Destroy
Subtract the argument aNumber from a receiver and answer the result.
Implementations may double-dispatch to subtractFromIntegerCanDestroy or subtractFromInfinityCanDestroy, where actual implementations of the subtraction operation should reside.
Return
The result of differencing the operands.
Parameters
a Number
An integral numeric.
can Destroy
true if the operation may modify either operand, false otherwise.