bug-classpath
[Top][All Lists]
Advanced

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

[Bug classpath/23996] DecimalFormat.format() is givng different values i


From: jeroen at frijters dot net
Subject: [Bug classpath/23996] DecimalFormat.format() is givng different values in Java and DOTNet.
Date: 21 Sep 2005 15:36:16 -0000

------- Additional Comments From jeroen at frijters dot net  2005-09-21 15:36 
-------
I'm pretty sure it's a Classpath bug. I think line this is the culprit:

//double intPart = Math.floor(baseNumber);
String intPart = Long.toString((long)Math.floor(baseNumber));


-- 


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




reply via email to

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