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: subramanian dot vaitheeswaran at applabs dot com
Subject: [Bug classpath/23996] DecimalFormat.format() is givng different values in Java and DOTNet.
Date: 18 Oct 2005 07:50:11 -0000


------- Comment #4 from subramanian dot vaitheeswaran at applabs dot com  
2005-10-18 07:50 -------
Subject: RE:  DecimalFormat.format() is givng different
         values in Java and DOTNet.

Further Observations over the DecimalFormat Issue :
The Decimalformat.format() fails between the values 9.223370E+18 and
9.223371E+18.

Subramanian A V
Senior Software Engineer
appLabs Technologies
Work: 23558000 Ext. 1408


-----Original Message-----
From: jeroen at frijters dot net [mailto:address@hidden
Sent: Wednesday, September 21, 2005 9:06 PM
To: address@hidden
Subject: [Bug classpath/23996] DecimalFormat.format() is givng different
values in Java and DOTNet.



------- 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

------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.
You are on the CC list for the bug, or are watching someone who is.


-- 


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





reply via email to

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