Ok, here is a weird bug:
on sage.math.washington.edu

sage: sys.maxint
9223372036854775807
sage: sys.maxint >= 0.01
False

sage: sys.maxint >= int(0.01)
True

Looks to be a problem with <type 'sage.rings.real_mpfr.RealNumber'>

Any ideas on how to fix this?

Yi




--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
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://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to