> f := x-> abs(x+1)^3/(x+1) ; a := -1;
> f(a);
Error, (in f) division by zero
> plot( f(x), x=a-5..a+5);
> Limit(f(x), x=a):%=value(%);