| Topic: |
DEVELOP > c-Plus-Plus |
| User: |
"Michael Zielinski" |
| Date: |
01 Dec 2004 01:42:02 PM |
| Object: |
Large integers |
I was wondering if anybody knows of a package that does arbitrarily
large integers that I can get preferably for free.
.
|
|
| User: "Alex Vinokur" |
|
| Title: Re: Large integers |
20 Dec 2004 03:19:43 AM |
|
|
"Michael Zielinski" <mikez23@aol.com> wrote in message news:9c2f38d6.0412011142.5c2b454f@posting.google.com...
I was wondering if anybody knows of a package that does arbitrarily
large integers that I can get preferably for free.
BiBigInt - C++ class for computation with arbitrarily large integers (Beta version):
http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=8720
Test run log file is at http://groups-beta.google.com/group/log-files/msg/c0cea141d6f67a57
--
Alex Vinokur
email: alex DOT vinokur AT gmail DOT com
http://mathforum.org/library/view/10978.html
http://sourceforge.net/users/alexvn
.
|
|
|
|
| User: "Basil" |
|
| Title: Re: Large integers |
02 Dec 2004 10:16:16 AM |
|
|
(Michael Zielinski) wrote in message news:<9c2f38d6.0412011142.5c2b454f@posting.google.com>...
I was wondering if anybody knows of a package that does arbitrarily
large integers that I can get preferably for free.
Hello
There is Multiprecision unsigned number template library (MUNTL):
English version:
http://sourceforge.net/projects/muntl/
Russian version (if you read Russian):
http://www.mktmk.narod.ru/rus/muntl/muntl.htm
Thank
Basil
.
|
|
|
|
| User: "Jerry Coffin" |
|
| Title: Re: Large integers |
01 Dec 2004 08:15:30 PM |
|
|
(Michael Zielinski) wrote in message news:<9c2f38d6.0412011142.5c2b454f@posting.google.com>...
I was wondering if anybody knows of a package that does arbitrarily
large integers that I can get preferably for free.
There are quite a few that are free, though usually with some
limitations. You might want to search for NTL, MIRACL and/or GMP for a
start.
--
Later,
Jerry.
The universe is a figment of its own imagination.
.
|
|
|
|
| User: "Victor Bazarov" |
|
| Title: Re: Large integers |
01 Dec 2004 01:45:55 PM |
|
|
Michael Zielinski wrote:
I was wondering if anybody knows of a package that does arbitrarily
large integers that I can get preferably for free.
Have you tried looking on the web? www.google.com
.
|
|
|
|
| User: "Ioannis Vranos" |
|
| Title: Re: Large integers |
01 Dec 2004 06:53:04 PM |
|
|
Michael Zielinski wrote:
I was wondering if anybody knows of a package that does arbitrarily
large integers that I can get preferably for free.
You may find some in my links page in the Libraries section:
http://www23.brinkster.com/noicys/links.htm
--
Ioannis Vranos
http://www23.brinkster.com/noicys
.
|
|
|
| User: "Ioannis Vranos" |
|
| Title: Re: Large integers |
01 Dec 2004 06:56:53 PM |
|
|
Ioannis Vranos wrote:
You may find some in my links page in the Libraries section:
http://www23.brinkster.com/noicys/links.htm
Perhaps something like NTL: http://shoup.net/ntl
--
Ioannis Vranos
http://www23.brinkster.com/noicys
.
|
|
|
|
|

|
Related Articles |
|
|