Hi! 

By some random experiments I discovered the following weirdness: 

sage: bool(pi<Infinity)
False
sage: bool(pi>Infinity)
True

So far it seems that pi < Infinity is the only misbehaving comparison:  

sage: bool(pi<2*pi)
True
sage: bool(2*pi<Infinity)
True
sage: bool(e<Infinity)   
True
sage: bool(e<pi)
True

Is this a bug or feature? :-) 

Btw, should one report such things as bugs right away, or is it better to 
first "announce it" in this group?  

Best,
  Robert

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to