Expression simplify()

Simplify argument.

Source

Expression simplify() {
  return new Root(n, arg.simplify());
}