Package functions
Interface Simplifiable
- All Known Implementing Classes:
Abs,Acos,Acosh,Acot,Acoth,Acsc,Acsch,Asec,Asech,Asin,Asinh,Atan,Atanh,BinaryFunction,Ceil,CommutativeFunction,Constant,Cos,Cosh,Cot,Coth,Csc,Csch,Differential,Dirac,DomainRestrictor,EndpointFunction,Exp,Factorial,Floor,GCD,GeneralFunction,GeneralTrigFunction,IntegerBinaryFunction,IntegerCommutativeFunction,IntegerQuotient,IntegerUnitaryFunction,Integral,InverseTrigFunction,LCM,Ln,Logb,Modulo,PartialDerivative,PiecewiseFunction,Pow,Product,Rand,RFactorial,Round,Sec,Sech,SFactorial,Sign,Sin,Sinh,SpecialCaseBinaryFunction,Sum,Tan,Tanh,Transformation,TrigFunction,UnitaryFunction,Variable
public interface Simplifiable
The
Simplifiable interface provides an interface for the simplification of functions.-
Method Summary
Modifier and Type Method Description GeneralFunctionsimplify()Returns thisGeneralFunction, simplified
-
Method Details
-
simplify
GeneralFunction simplify()Returns thisGeneralFunction, simplified- Returns:
- the simplified function
-