derive abstract method

Expression derive(
  1. String toVar
)

Derives this expression with respect to the given variable.

Implementation

Expression derive(String toVar);