floating point numbers format



Giovanni wrote:

...
>
>   I've tried again your hackform.lisp. 1/333 still print out as 0.00
>   

This is not what I get. Are you sure you downloaded the file again?

>
> 100 -> 100 with no change
> 1/3,numer -> 0.33
> 1/3000,numer -> 3.33*10^-4
>   

you should try format_for_numbers: "~,2E"    for something like that 
last answer.

RJF