MathFunction(String name, List<Variable> args)

Creates a new function with the given name and arguments.

Source

MathFunction(this.name, this.args);