Re: intdiv
- Posted by mattlewis (admin) May 13, 2012
- 1476 views
bill said...
Manual section 15.2.2 integer range -1,073,741,824 to 1,073,741,823
-1,073,741,824 = -2^30
If this is not MININT then sorry but it is a power of 2.
It's a power of two multiplied by -1. It's a power of two the same way that 6 is (i.e., 21 * 3).
Which is to say, it's not a power of 2.
Matt