gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gcl-devel] Can't print 1d-6


From: Camm Maguire
Subject: Re: [Gcl-devel] Can't print 1d-6
Date: Sat, 28 Sep 2013 20:38:53 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux)

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

Take care,

Raymond Toy <address@hidden> 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
> address@hidden
> https://lists.gnu.org/mailman/listinfo/gcl-devel
>
>
>
>

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]