[Mono-bugs] [Bug 25682] Changed - Double.ToString not fully implemented

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
3 Jun 2002 11:17:50 -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 lupus@ximian.com.

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

--- shadow/25682	Mon Jun  3 06:02:14 2002
+++ shadow/25682.tmp.5592	Mon Jun  3 07:17:50 2002
@@ -50,6 +50,10 @@
 
 ------- Additional Comments From lupus@ximian.com  2002-06-03 06:02 -------
 There is no loss of precision with the cast: the problem is that
 double.ToString() is not fully implemented and the default precision of 
 %g is just 6 decimal places (currently Double.ToString is implemented
 with a simple sprintf("%g, value")).
+
+------- Additional Comments From lupus@ximian.com  2002-06-03 07:17 -------
+I changed the default precision to 15 in cvs (it's the same value
+implied by the default "G" format).