Package functions
-
Interface Summary Interface Description Differentiable TheDifferentiable
interface provides an interface for the differentiation of functions.Evaluable TheEvaluable
interface provides an interface for the evaluation of functions.Integrable Invertible Any classes implementingInvertible
have an inverse whoseClass
is returned byInvertible.getInverse()
.Outputable TheOutputable
interface allows objects, mainlyGeneralFunction
s, to be converted to anOutputFunction
for processing.Simplifiable TheSimplifiable
interface provides an interface for the simplification of functions. -
Class Summary Class Description GeneralFunction AGeneralFunction
is the generalized abstract function used throughout the CAS.