Connecting Tech Pros Worldwide Help | Site Map

Variable-precision arithmetic

  #1  
Old March 19th, 2009, 09:36 PM
RedSon's Avatar
Site Moderator
 
Join Date: Jan 2007
Location: America
Posts: 3,362
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.
  #2  
Old March 19th, 2009, 10:29 PM
JosAH's Avatar
Expert
 
Join Date: Mar 2007
Posts: 10,634
Provided Answers: 2

re: Variable-precision arithmetic


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

kind regards,

Jos
  #3  
Old April 1st, 2009, 01:19 AM
kadghar's Avatar
Expert
 
Join Date: Apr 2007
Location: Mexico City
Posts: 1,155

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Build a string for arithmetic operation Mike TI answers 7 November 14th, 2007 01:05 PM
Global variable mickey.marshall@litepoint.com answers 6 May 16th, 2007 05:25 AM
What happens when you perform arithmetic on an Array Variable? Mercy answers 5 December 5th, 2006 05:15 AM
pointer arithmetic dotnetchic answers 5 September 4th, 2006 08:05 PM
integral promotion, arithmetic conversion, value preserving, unsigned preserving??? TTroy answers 16 November 14th, 2005 06:10 PM