Hi Richard,
in version 5.12.0 functions from stringproc, linearalgebra and eval_string are autoloaded.
Just use them.
(%i1) printf(false,"~20f",3.0363649265562019E+10);
(%o1) 30363649265.562019
Volker
Am 22 Jun 2007 um 7:46 hat Richard Fateman geschrieben:
> Try this
>
> x:3.0363649265562019E+10;
> load(stringproc);
> printf(false,"~20f",x);
>
> I got
> 30363649265.562019