Expression simplify()

Simplifies base and argument.

Source

Expression simplify() {
  return new Log(base.simplify(), arg.simplify());
}