Simulating int arithmetic with wrap-around

Gregory Ewing greg.ewing at canterbury.ac.nz
Wed Jan 4 02:00:10 EST 2017


Paul Rubin wrote:
> My first thought is towards the struct module, especially if you want to
> handle a bunch of such integers at the same time.  Or maybe the array
> module or some combination.

Or possibly numpy.

--
Greg




More information about the Python-list mailing list