Package functions
-
Interface Summary Interface Description Differentiable TheDifferentiableinterface provides an interface for the differentiation of functions.Evaluable TheEvaluableinterface provides an interface for the evaluation of functions.Integrable Invertible Any classes implementingInvertiblehave an inverse whoseClassis returned byInvertible.getInverse().Outputable TheOutputableinterface allows objects, mainlyGeneralFunctions, to be converted to anOutputFunctionfor processing.Simplifiable TheSimplifiableinterface provides an interface for the simplification of functions. -
Class Summary Class Description GeneralFunction AGeneralFunctionis the generalized abstract function used throughout the CAS.