Class Differential

All Implemented Interfaces:
Differentiable, Evaluable, Outputable, Simplifiable, Comparable<GeneralFunction>, Iterable<GeneralFunction>

public class Differential
extends Transformation
The Differential class is used as an intermediary for operations related to parsing derivatives and integrals. Operations such as execute() and Evaluable.evaluate(Map) are NOT SUPPORTED, as all instances of this class should be converted to other transforms before evaluation. If evaluation or execution of this class is ever attempted by the CAS, please raise an issue on the GitHub repository.