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