long number multiplication
Nick Craig-Wood
nick at craig-wood.com
Mon Dec 6 06:30:02 EST 2004
More information about the Python-list mailing list
Mon Dec 6 06:30:02 EST 2004
- Previous message (by thread): long number multiplication
- Next message (by thread): How to Refresh a Page Template using python in zope server
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I.V. Aprameya Rao <aprameya at students.iiit.net> wrote: > i have been wondering, how does python store its very long integers and > perform aritmetic on it. > > i needed to implement this myself and was thinking of storing the digits > of an integer in a list. > > however this would be very slow for operations like division etc. > > so if anyone can point me to some links or some method on how to do this i > would appreciate it Anyone interested in this subject should read SemiNumerical Algorithms D.E.Knuth, Addison-Wesley Its the bible for this area of computer science! Its also rather big and expensive so you'll probably want to look at in the library... -- Nick Craig-Wood <nick at craig-wood.com> -- http://www.craig-wood.com/nick
- Previous message (by thread): long number multiplication
- Next message (by thread): How to Refresh a Page Template using python in zope server
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list