Re: [racket] Modular arithmetic

2012-12-20 Thread Jens Axel Søgaard
2012/12/20 Erich Rast : > Hi, > > For compatibility I need modular arithmetic for some > standard numeric types such as signed 64bit integer, unsigned 64bit > integer, signed 32 bit integer, and so on. Preferably it shouldn't be > very slow. > > What's the best way to get this? Is there a package f

[racket] Modular arithmetic

2012-12-20 Thread Erich Rast
Hi, For compatibility I need modular arithmetic for some standard numeric types such as signed 64bit integer, unsigned 64bit integer, signed 32 bit integer, and so on. Preferably it shouldn't be very slow. What's the best way to get this? Is there a package for this already? Best, Erich ___