On Tue, 2010-08-24 at 11:22 -0400, Raymond Toy wrote:
> One way to enforce this is to use the exponent-char option to Lisp's
> ~f,
> ~e, ~g format printers:
>
> (format t "~,,,,,,'eg" 1d-7) -> 1.0e-7.
Thanks Ray,
there are several places in plot.lisp where that exponent-char option
should be used. I will do the changes.
Regards,
Jaime