Million digits of Pi
Torbjörn Granlund
tg at gmplib.org
Sun Nov 10 09:32:52 UTC 2019
Vincent Lefevre <vincent at vinc17.net> writes:
On 64-bit machines, MPFR will reach GMP's limit first. MPFR uses
s;GMP;mpz_t;
64-bit types on such machines, while GMP uses a 32-bit type for
s;GMP;mpz_t;
some size. Now, not all MPFR functions use mpz, so that for basic
functions, the practical limit will be the memory of the machine.
--
Torbjörn
Please encrypt, key id 0xC8601622
More information about the gmp-discuss
mailing list