On Wednesday, October 21, 2015 at 8:47:58 PM UTC+2, William wrote:
>
> sage: RLF(pi+1) < RLF(pi) 
> True   # umh, no! 


As long as symbolics gets ignored by most devs such errors will persist.
The above is due to

sage: (pi+1).__cmp__(pi)
-1

The main ticket for this is
http://trac.sagemath.org/ticket/16397

Regards,

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to