bug-classpath
[Top][All Lists]
Advanced

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

[Bug libgcj/23466] Double.toString(0.0010) ---> "0.001" ISO "0.0010"


From: veldema at cs dot fau dot de
Subject: [Bug libgcj/23466] Double.toString(0.0010) ---> "0.001" ISO "0.0010"
Date: 22 Aug 2005 12:18:50 -0000

------- Additional Comments From veldema at cs dot fau dot de  2005-08-22 12:18 
-------
Confirmed, this is a bug in SUN's JDK since 2001.
Perhaps a a bug should be introduced to make libgcj/classpath bug compatible ?
if (double_string == "0.00x" && x != '0') return return "0.00x0" 
should do the trick.
Ronald.

-- 


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




reply via email to

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