Does anyone else find the printing of 0 below inconsistent? sage: CC(0) 0 sage: RR(0) 0.000000000000000 sage: CC Complex Field with 53 bits of precision sage: RR Real Field with 53 bits of precision
It doesn't always happen: sage: RR(2) 2.00000000000000 sage: CC(2) 2.00000000000000 sage: version() # heavily modified but not in the printing code :) 'SAGE Version 3.0.1.alpha0, Release Date: 2008-04-26' Nick --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---