|
|
|
|
|
by CamperBob2
1255 days ago
|
|
I may be overlooking your point. x-x+1 is evaluated left to right like any other additive expression, and after the x-x part is evaluated, the intermediate result is zero. This would be the case with any numeric type, wouldn't it? |
|