Following up on this, I think we can do this with relatively small impact:
https://github.com/sagemath/sage/pull/38780
previously,
limit(1/x,'+',x=0)
did work, but the recommended way to spell this was
limit(1/x,x=0,dir="+")
so I'm not sure if we need to provide a special case and intercept t
*Also filed this issue on git here: *
https://github.com/sagemath/sage/issues/38779#issue-2568964546
*Steps To Reproduce*
1. My machine is Mac M2 with the OS Ventura 13.4
2. I already have anaconda installed: conda --version prints conda
23.10.0
3. I used the command conda creat