no Fail Minus Can Destroy
fun A_Number.noFailMinusCanDestroy(aNumber: A_Number, canDestroy: Boolean): A_Number
Content copied to clipboard
Difference the receiver and the argument aNumber and answer the result. The operation is not allowed to fail, so the caller must ensure that the arguments are valid, i.e. not infinities of like sign.
Return
The result of differencing the operands.
See also
Parameters
a Number
An integral numeric.
can Destroy
true if the operation may modify either operand, false otherwise.