Maxima Limit question



Hi all,

Help me understand this inconsistency?

 

(%i34) limit(2^x,x,inf,plus);

(%o34) inf

 

(%i35) limit(2^x,x,inf,minus);

(%o35) inf - why isn't this '-inf' ?

 

Ron