Creates the n-th root of arg where n is a Number literal.
Root.fromExpr(Number n, arg): super._unary('root', arg) { this.n = n.getConstantValue().toInt(); }