[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
Fri, 30 May 2003 10:59:56 -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 dietmar@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=43018
--- shadow/43018 Fri May 30 10:31:39 2003
+++ shadow/43018.tmp.11785 Fri May 30 10:59:56 2003
@@ -73,6 +73,13 @@
Math.Pow (1, Infinity) return Infinity on MS .NET (I would expect 1)
pow (-1, -1.E+300) return NAN on RH8 (I would expect 1)
+
+------- Additional Comments From dietmar@ximian.com 2003-05-30 10:59 -------
+The question is if Math.Pow() should be IEEE754 compatible. And is
+Unix pow() expected to be IEEE754 compatible? If so, we can directly
+call unix pow(), and post bug reports to the gcc and MS people ;-)
+
+