Neal Becker
2015-07-29 12:07:08 UTC
np.uint64(-1)+0
Out[36]: 1.8446744073709552e+19
I often work on signal processing requiring bit-exact integral arithmetic.
Promoting to float is not helpful - I don't understand the logic of the
above example.
Out[36]: 1.8446744073709552e+19
I often work on signal processing requiring bit-exact integral arithmetic.
Promoting to float is not helpful - I don't understand the logic of the
above example.