ExpandAll ExpandAll[expr] attempts to expand expr at all levels. Attributes[ExpandAll] := {Protected} Simple examples In[1]:= ExpandAll[Log[(x + 1)*(x + 1*-1)]] Out[1]= Log[-1 + x^2]