Re: Rounding error

2021-08-27 Thread Marco Bodrato
Ciao, Il 2021-08-25 05:54 Frank Heckenbach ha scritto: mpf_get_str seems to round incorrectly sometimes. In this test program, the digits around 809 are "...244594553...", so it should round to "...244595", but it outputs "...244594". Here, your report says that you expected a "rounded"

Re: Rounding error

2021-08-27 Thread Frank Heckenbach
Marc Glisse wrote: > if you care about correct rounding, I would recommend you use MPFR > instead. This seems to be a bigger change which I'd like to avoid, at least for now. (I use GMP in several programs, some of which have grown over many years ...) Actually, what I wanted is truncation,