[Mono-bugs] [Bug 43018][Nor] Changed - glibc bug: unable to evaluate Math.Pow (-2, (+/-)1E300))

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 23 Jun 2004 08:18:26 -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 miguel@ximian.com.

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

--- shadow/43018	2004-01-12 00:04:40.000000000 -0500
+++ shadow/43018.tmp.10093	2004-06-23 08:18:26.000000000 -0400
@@ -1,8 +1,8 @@
 Bug#: 43018
-Product: Mono/Runtime
+Product: Mono: Runtime
 Version: unspecified
 OS: other
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
@@ -11,13 +11,13 @@
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: Mono is unable to evaluate Math.Pow (-2, (+/-)1E300))
+Summary: glibc bug: 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.