bug-gmp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GMP bug - mpf_get_str for very small numbers [SORRY^2]


From: Kevin Ryde
Subject: Re: GMP bug - mpf_get_str for very small numbers [SORRY^2]
Date: 17 May 2001 10:00:24 +1000
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.5

Rezac David <address@hidden> writes:
>
> This works.  a = 0.1e-2147483639
> get_str.c:374: GNU MP assertion failed: tstr[0] != 0
> This doesn't. b =

Ok, thanks, yes, I see now.  mpf_get_str has trouble with an exponent
bigger than an mp_exp_t (in the requested base), and consequently
mpf_out_str does too.  Not sure there's anything easy that can be done
about that.  I'll make a note in the manual.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]