Dear support,

I assume this is known, but I am wondering whether it should be
treated as a bug, or whether someone using len() on lists should be
assumed to know it might then be operated on with Python /, not
Sage /, as opposed to the preparser catching this sort of thing.

sage: len([2,2])/len([2,3,4])
0

Thanks for any suggestions on what to do with this - right now I have
to do

sage: Integer(len([2,2]))/Integer(len([2,3,4]))
2/3

- kcrisman
--~--~---------~--~----~------------~-------~--~----~
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
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to