[Mono-bugs] [Bug 23959] Changed - Bug in Math.Floor

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
28 Apr 2002 01:36:52 -0000


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 gonzalo@ximian.com.

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

--- shadow/23959	Sat Apr 27 21:35:52 2002
+++ shadow/23959.tmp.12797	Sat Apr 27 21:36:52 2002
@@ -1,13 +1,13 @@
 Bug#: 23959
 Product: Mono/Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
-Status: ASSIGNED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: totte@labs2.com               
 QAContact: mono-bugs@ximian.com
@@ -19,6 +19,9 @@
 Math.Floor return invalid result when used with negative numbers like
 
 Math.Floor(-2.8) should return -3 but returns -2 in our framework.
 
 This is due to the invalid usage of long to double functions, we should 
 use the os version of floor instead.
+
+------- Additional Comments From gonzalo@ximian.com  2002-04-27 21:36 -------
+The patch attached to bug 23960 also solves this problem.