Re: Arithmetics for large integers

2008-11-07 Thread Martin Stoufer
I use the GNU MP package (http://gmplib.org/) I had to tweak XCode 3 to get it to build 64-bit clean for the intel arch. It is used in a PI calculator I wrote and it is *brutally* fast and efficient. While it is all a raw C dylib, One could easily write a framework around it. Shawn Erickson wr

Re: Arithmetics for large integers

2008-11-07 Thread Shawn Erickson
On Fri, Nov 7, 2008 at 7:32 AM, Horst Jäger <[EMAIL PROTECTED]> wrote: > Hi, > I'm looking for a possibility to use arithmetics for arbitrarily large > integers in objective c. Is there a special class or an framework that does > the job? Maybe vBigNum http://developer.apple.com/documentation

Arithmetics for large integers

2008-11-07 Thread Horst Jäger
Hi, I'm looking for a possibility to use arithmetics for arbitrarily large integers in objective c. Is there a special class or an framework that does the job? Thanks in advance Horst ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)