зеркало из https://github.com/mono/mail-archives.git
90 строки
3.2 KiB
HTML
90 строки
3.2 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 23959] Changed - Bug in Math.Floor
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:bugzilla-daemon%40rocky.ximian.com">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
|
|
<LINK REL="Previous" HREF="000489.html">
|
|
<LINK REL="Next" HREF="000491.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 23959] Changed - Bug in Math.Floor
|
|
</H1>
|
|
<B>bugzilla-daemon@rocky.ximian.com
|
|
</B>
|
|
<A HREF="mailto:bugzilla-daemon%40rocky.ximian.com"
|
|
TITLE="[Mono-bugs] [Bug 23959] Changed - Bug in Math.Floor">bugzilla-daemon@rocky.ximian.com
|
|
</A><BR>
|
|
<I>28 Apr 2002 01:36:52 -0000</I>
|
|
<P><UL>
|
|
<LI> Previous message: <A HREF="000489.html">[Mono-bugs] [Bug 23959] Changed - Bug in Math.Floor
|
|
</A></li>
|
|
<LI> Next message: <A HREF="000491.html">[Mono-bugs] [Bug 23959] Changed - Bug in Math.Floor
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#490">[ date ]</a>
|
|
<a href="thread.html#490">[ thread ]</a>
|
|
<a href="subject.html#490">[ subject ]</a>
|
|
<a href="author.html#490">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>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 <A HREF="mailto:gonzalo@ximian.com.">gonzalo@ximian.com.</A>
|
|
|
|
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=23959">http://bugzilla.ximian.com/show_bug.cgi?id=23959</A>
|
|
|
|
--- 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: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
|
|
ReportedBy: <A HREF="mailto:totte@labs2.com">totte@labs2.com</A>
|
|
QAContact: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
|
|
@@ -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 <A HREF="mailto:gonzalo@ximian.com">gonzalo@ximian.com</A> 2002-04-27 21:36 -------
|
|
+The patch attached to bug 23960 also solves this problem.
|
|
|
|
|
|
</PRE>
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI> Previous message: <A HREF="000489.html">[Mono-bugs] [Bug 23959] Changed - Bug in Math.Floor
|
|
</A></li>
|
|
<LI> Next message: <A HREF="000491.html">[Mono-bugs] [Bug 23959] Changed - Bug in Math.Floor
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#490">[ date ]</a>
|
|
<a href="thread.html#490">[ thread ]</a>
|
|
<a href="subject.html#490">[ subject ]</a>
|
|
<a href="author.html#490">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
</body></html>
|