On 9/6/07, Mario Rodriguez <biomates at telefonica.net> wrote:
> How can I force wxmaxima 0.7.2 to show large expressions?
>
> If I write
>
> fpprec:100$ bfloat(%pi);
>
> what I get is
>
> 3.1415926535897932384626433832[43 digits]6286208998628034825342117068b0
The only way is to change the method for 2d display to ascii:
(%i3) set_display('ascii)$
(%i4) bfloat(%pi), fpprec=100;
(%o4) 3.1415926535897932384626433832795028841971693993751058209749445923078164\
06286208998628034825342117068b0
--
Andrej