[Mono-bugs] [Bug 60111][Nor] Changed - Double.ToString() does not match MS.NET

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 15 Jun 2004 23:14:09 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by sebastien@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=60111

--- shadow/60111	2004-06-15 22:34:59.000000000 -0400
+++ shadow/60111.tmp.9385	2004-06-15 23:14:09.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 60111
 Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gert.driesen@pandora.be               
 QAContact: mono-bugs@ximian.com
@@ -62,6 +62,14 @@
 2.71828182845904
 
 while MS returns
 2.71828182845905
 2.71828182845904
 
+
+------- Additional Comments From sebastien@ximian.com  2004-06-15 23:14 -------
+Fixed in CVS.
+
+I added a non-banker version of Round(double) and Round(double,int) in
+FloatingPointFormatter.cs (as this is the only place I know, yet, that
+requires this and because it has a low probability to mess up with the
+rest of corlib).