Problem using LIMIT()



> Limit incorrectly believes that log is continuous along the negative real axis

Cf:

     limit(atan2(x,-1),x,0,plus) => %pi       OK
     limit(atan2(x,-1),x,0,minus) => -%pi       OK
     limit(atan2(x,-1),x,0) => %pi              !!!

Reported as 1103515.