...
Wiki Markup |
---|
Consider subtraction. If the user types the expression {{a - b}} where both a and b are in the range {{\[INT_MIN/2, INT_MAX/2\]}}, then the answerresult will be in the range {{(INT_MIN, INT_MAX]}} for a typical two's complement machine. |
...