Clear that variable using both methods mentioned in the article.
> f:=sqrt(81);
> f:='f';
> f;
> restart;
> Digits:=15;
> evalf(Pi);
> Digits:=20;
Close this window