MathFunction constructor

MathFunction(
  1. String name,
  2. List<Variable> args
)

Creates a new function with the given name and arguments.

Implementation

MathFunction(this.name, this.args);