[Mono-bugs] [Bug 44238][Wis] Changed - Math.Tan() returning incorrect results

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Wed, 18 Jun 2003 12:52:50 -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 lupus@ximian.com.

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

--- shadow/44238	Mon Jun  9 10:34:52 2003
+++ shadow/44238.tmp.28303	Wed Jun 18 12:52:50 2003
@@ -1,13 +1,13 @@
 Bug#: 44238
 Product: Mono/Class Libraries
 Version: unspecified
 OS: Red Hat 9.0
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: jason@379.com               
 QAContact: mono-bugs@ximian.com
@@ -79,6 +79,10 @@
 Built with csc, run on Mono: always 1.0
 Built with mcs, run on .NET: returns correct values
 Built with csc, run on .NET: returns correct values
 
 Sin() and Cos() return correct values on both Mono and .NET.
 
+
+------- Additional Comments From lupus@ximian.com  2003-06-18 12:52 -------
+The Tan() issue has been fixed a while ago in the JIT.
+The two-digits precision issue is fixed now in cvs.