bug-classpath
[Top][All Lists]
Advanced

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

[Bug classpath/25974] Float to string conversion


From: pinskia at gcc dot gnu dot org
Subject: [Bug classpath/25974] Float to string conversion
Date: 26 Jan 2006 17:23:56 -0000


------- Comment #2 from pinskia at gcc dot gnu dot org  2006-01-26 17:23 -------
I don't see where classpath could be printing out "E+":
  if (decpt < 0)
    { 
      *d++ = '-';
      decpt = -decpt;
    }


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25974





reply via email to

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