| View previous topic :: View next topic |
| Author |
Message |
Kambiz Administrator

Joined: 07 Mar 2003 Posts: 414 Location: Tehran, Iran
|
Posted: 28/09/03 17:24 Post subject: Numbers with lot of digits |
|
|
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.
Cheers,
Kambiz |
|
| Back to top |
|
 |
Johnny_Bit Moderator
Joined: 15 Jun 2003 Posts: 157
|
Posted: 28/09/03 19:29 Post subject: |
|
|
| 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! |
|
| Back to top |
|
 |
Kambiz Administrator

Joined: 07 Mar 2003 Posts: 414 Location: Tehran, Iran
|
Posted: 28/09/03 19:58 Post subject: |
|
|
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. |
|
| Back to top |
|
 |
|