hi

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

aprameya rao

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to