Ciao,

Il 2020-03-26 02:15 Seth Troisi ha scritto:
This cleans up a number of

printf(...)
mpz_out_str(stdout, 10/16, var);
printf(...);

and replaces them with

gmp_printf(...%Zd..., var);

Why? Is the current code not working?

In mini-gmp we have mpz_out_str, but we don't have gmp_printf.
The code with mpz_out_str is (more) easily re-usable with mini-.

Ĝis,
m
_______________________________________________
gmp-devel mailing list
gmp-devel@gmplib.org
https://gmplib.org/mailman/listinfo/gmp-devel

Reply via email to