Expression derive(String toVar)

Derives this expression with respect to the given variable.

Source

Expression derive(String toVar) {
  // Can not derive this yet..
  // TODO Implement interval differentiation.
  throw new UnimplementedError('Interval differentiation not supported yet.');
}