number printing problems in 5.9.3 xmaxima on windows/GCL



 

> -----Original Message-----
> From: maxima-bounces at math.utexas.edu 
> [mailto:maxima-bounces at math.utexas.edu] On Behalf Of Robert Dodier
> Sent: Saturday, August 26, 2006 9:06 PM
> To: Richard Fateman
.....
> 
> What does Maxima + ACL show for 1.797693134862315d+308 * 2 ?

The maxima displa just loops forever.
The lisp produces the answer
#.EXCL::*INFINITY-DOUBLE*

depends on exploden, which screws up; calls format with a bad conversion
request, I think.
(format t "~e" #.excl::*infinity-double*)   loops forever.

I'll report it to ACL people.
RJF

> 
> Robert
> _______________________________________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima
>