Hello,

I'm quite sure this is a bug, but I can't find a ticket for it.

sage: limit(floor(x),x=0)
0
sage: limit(floor(x),x=0,dir='plus')
0
sage: limit(floor(x),x=0,dir='minus')
0
sage: [floor(each) for each in [-0.5,-0.1,-0.01]]
[-1, -1, -1]

Am I doing something wrong?

thanks
john perry


--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to