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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=77667 --- shadow/77667 2006-02-28 13:09:19.000000000 -0500 +++ shadow/77667.tmp.10079 2006-02-28 13:09:19.000000000 -0500 @@ -0,0 +1,43 @@ +Bug#: 77667 +Product: Mono: Class Libraries +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: CORLIB +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: roundtrip formatting for double i.e. Double.ToString ("R") returns incorrect result + +The following code results in an unexpected result: + +using System; + +class Test +{ + public static void Main () + { + Console.WriteLine (10.78.ToString ("R", + System.Globalization.NumberFormatInfo.InvariantInfo)); + } +} + + +Actual Results: + +10.779999999999999 + +Expected Results: + +10.78 + +How often does this happen? + +consistently. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
