[Mono-bugs] [Bug 42658][Nor] Changed - Math.Round is unable to handle 0 as an argument
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Wed, 14 May 2003 06:42:35 -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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=42658
--- shadow/42658 Tue May 13 17:11:50 2003
+++ shadow/42658.tmp.6183 Wed May 14 06:42:35 2003
@@ -1,13 +1,13 @@
Bug#: 42658
Product: Mono/Runtime
Version: unspecified
OS: unknown
OS Details: gentoo
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: lda@lupa.pl
QAContact: mono-bugs@ximian.com
@@ -75,6 +75,11 @@
I have made the testcase simplier:
class Bug {
static void Main () {
System.Console.WriteLine (System.Math.Round (0));
}
}
+
+------- Additional Comments From lupus@ximian.com 2003-05-14 06:42 -------
+The simpler test case is useless, it doesn't even compile and
+it doesn't expose the original problem anyway.
+The real issue is fixed in cvs now.