[Mono-bugs] [Bug 43018][Nor] Changed - Mono is unable to evaluate Math.Pow (-2, (+/-)1E300))
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Thu, 29 May 2003 16:36:14 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=43018
--- shadow/43018 Wed May 14 18:18:21 2003
+++ shadow/43018.tmp.23725 Thu May 29 16:36:14 2003
@@ -12,12 +12,13 @@
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: Mono is unable to evaluate Math.Pow (-2, (+/-)1E300))
+OtherBugsDependingOnThis: 43884
Description of Problem:
The Math.Pow function gives NaN for Math.Pow (-2, (+/-)1E300)). It should
give Infinity for the + case and 0 for the minus case.
Steps to reproduce the problem:
@@ -52,6 +53,9 @@
How often does this happen?
Always
Additional Information:
Mint does not suffer from this bug. Also, NUnit tests should be added for this.
+
+------- Additional Comments From bmaurer@users.sf.net 2003-05-29 16:36 -------
+This is from the Rotor test suite. Adding dependency.