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