On Apr 6, 2:00 am, Robert Bradshaw <[email protected]>
wrote:

> I would be in favor of following Python's conventions here--they at  
> least seem more natural to me (after all, % is related to "floor  
> division" not "round division." :)

Also, currently 2==2., 3==3., but 2%3 is 2 and 2.%3. is
-1.00000000000000,
also 2%3. is 2 and 2.%3 is -1.00000000000000.

Alec

-- 
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-support
URL: http://www.sagemath.org

Reply via email to