Question(mpz_t)

Paul Leyland paul at leyland.vispa.com
Fri Dec 3 09:44:47 CET 2004


On Fri, 2004-12-03 at 07:24, "박철민" wrote:
> How many bits does mpz_t type support? 
> 
> Is it possible that 1024 bit arithmetic with mpz_t? How?

Short answer: RTFM.

Longer answer: lots; yes; by calling mpz_ functions with appropriate
arguments, respectively.

Longest answer: The maximum precision is effectively limited by the
amount of memory you have available; yes; the only true way to *really*
find out how it does it is to read the source code.


Paul




More information about the gmp-discuss mailing list