large integers

cjohnson

Well-known member
Joined
Sep 21, 2006
Messages
63
Location
WV
Programming Experience
1-3
Just wondering if anyone has or has seen any large integer arithmetic classes out there. I have been reading about using a container like a list to store a number using large base and algorithms to calc +,-,*,/,mod, but I don't want to reinvent the wheel if there is something good out there.

Thanks,
Chris
 
Back
Top