Q: How to display all digits?



On 2/14/07, RalfGesellensetter <rgx at gmx.de> wrote:

> (%i2) 2^216091-1;
> (%o2) 746093103064661343687339579400[64990 digits]
> 514111877691336204103815528447
> (%i3) bfloat(2^216091-1);
> (%o3) 7.4609310306466134368733957940[64997 digits]
> 877691336204103815528447b65049
>
> System: Debian-Edu
> maxima: 5.10.0-6
> wxmaxima: 0.7.0a-1
> libgmp3: 4.1.4-4

Ralf, I see you are using wxMaxima, which manages its own display,
so the abbreviation with "[64990 digits]" in it is something produced
by wxMaxima and not by Maxima proper (the computational engine
behind wxMaxima).

There might be an option for wxMaxima to tell it to not abbreviate
the output. Or you can use the command line Maxima interface,
which never abbreviates the output (if fpprec and fpprintprec cause
long outputs to be generated in the first place).

Hope this helps,
Robert Dodier