``` python >>> np.int64(2) ** -2 0.25 >>> np.int32(2) ** -2 0 ``` Tested on OSX 10.8.5 w/ numpy 1.10 on both Python 2.7 and 3.5.