Connecting Tech Pros Worldwide Forums | Help | Site Map

Variable-precision arithmetic

RedSon's Avatar
Site Moderator
 
Join Date: Jan 2007
Location: America
Posts: 3,393
#1: Mar 19 '09
Every now and then I have a need to compute arbitrarily large numbers. Can anyone recommend a good (free) library in any language that is worth taking a look at?

It'd be nice to have a list for most popular languages, like Java has BigInt and other Big* classes but I'd like to know if other languages have similar products.

JosAH's Avatar
Expert
 
Join Date: Mar 2007
Posts: 10,611
#2: Mar 19 '09

re: Variable-precision arithmetic


This wiki page mentions quite a few libraries for bignum functionality.

kind regards,

Jos
kadghar's Avatar
Expert
 
Join Date: Apr 2007
Location: Mexico City
Posts: 1,155
#3: Apr 1 '09

re: Variable-precision arithmetic


i like the LibTomMath in C, its not the best of best, but the download file includes a pdf with tom's book about bignum maths.

you can download it from here

HTH
Reply