Is this a bug?

sage: 3 == pi
3 == pi
sage: i == i
I == I

Shouldn't this return "False" and "True", respectively?  I know this
works:

sage: 3 == pi.n()
False
sage: 3 == RR(pi)
False

but I sort of expect pi to act like the number pi when used with
things like == or <, without using the .n() decoration.
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@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-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to