Page 1 of 1

Numbers with lot of digits

PostPosted: September 28th, 2003, 5:24 pm
by Kambiz
I've written a class to work with huge numbers. If you need it, please feel free to download and use the THugeNum class.

It's not an optimized solution, but works. :wink:

Cheers,
Kambiz

PostPosted: September 28th, 2003, 7:29 pm
by Johnny_Bit
Man, you're great! i saw the code and i know what i'm writing... after a little optimization it will be fast, and best that i ever seen!

PostPosted: September 28th, 2003, 7:58 pm
by Kambiz
Many thanks!

One big optimazation could be using a big base number instead of current base 10. I mean High(Cardinal) as the base. The result would be more possible digits and faster calculation.