Greetings, and thanks so much for your report!  I think this is fixed
now.

Take care,

Raymond Toy <toy.raym...@gmail.com> writes:

> Using 2.6.10pre on linux, gcl can't print 1d-6:
>
>         > 1d-6
>
>         0.0E-7
>
>         >(format t "~21,15e" 1d-6)
>          0.000000000000000E-7
>         NIL
>
> But 
>         > (decode-float 1d-6)
>         0.524288
>         -19
>         1.0
>
> So, gcl has read 1d-6 correctly and has the correct value, but it
> can't print it correctly.
>
> Same happens with 2.6.9.
>
> Ray
>
>
> _______________________________________________
> Gcl-devel mailing list
> Gcl-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/gcl-devel
>
>
>
>

-- 
Camm Maguire                                        c...@maguirefamily.org
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah

_______________________________________________
Gcl-devel mailing list
Gcl-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/gcl-devel

Reply via email to