Derives this expression with respect to the given variable.
Source
Expression derive(String toVar) => new CustomFunction(name, args, expression.derive(toVar));
Derives this expression with respect to the given variable.
Expression derive(String toVar) => new CustomFunction(name, args, expression.derive(toVar));