[Mono-bugs] [Bug 25046] Changed - Math.Log() not within Epsilon
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
10 Jun 2002 14:45:17 -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 ndrochak@gol.com.
http://bugzilla.ximian.com/show_bug.cgi?id=25046
--- shadow/25046 Sat Jun 8 11:36:09 2002
+++ shadow/25046.tmp.20486 Mon Jun 10 10:45:17 2002
@@ -1,13 +1,13 @@
Bug#: 25046
Product: Mono/Class Libraries
Version: unspecified
OS: Red Hat 7.2
OS Details:
-Status: ASSIGNED
-Resolution:
+Status: RESOLVED
+Resolution: NOTABUG
Severity: Unknown
Priority: Wishlist
Component: CORLIB
AssignedTo: martin@gnome.org
ReportedBy: ndrochak@gol.com
QAContact: mono-bugs@ximian.com
@@ -55,6 +55,9 @@
So my suggestion is to set b = -0.8325169532530361 and check whether
a-b <= 1e-14 - this'll work with both.
(*) printf ("%50.48f", log (0.1234) / log (12.345)) in GNU Octave ...
+
+------- Additional Comments From ndrochak@gol.com 2002-06-10 10:45 -------
+OK. Changed test to compare values are within 1e-14. Thanks.