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
[email protected]
https://lists.gnu.org/mailman/listinfo/gcl-devel
