HUGE() pain in the ...
Paul Brook
paul@codesourcery.com
Sun Jul 18 01:08:00 GMT 2004
On Sunday 18 July 2004 01:35, Steve Kargl wrote:
> If we ignore MPFR's idea of the maximum number of digits and
> explicit request 8 or 17 digits via
>
> if (kind == gfc_default_double_kind())
> p = mpfr_get_str (NULL, &exp, 10, 17, f, GFC_RND_MODE);
> else
> p = mpfr_get_str (NULL, &exp, 10, 8, f, GFC_RND_MODE);
<...>
> Paul, do you want me to re-roll my massive MPFR diff with
> the above change incorporated or can I submit this as a
> follow-up patch once the original diff is committed.
Either is fine.
Paul
More information about the Fortran
mailing list