Package functions
Interface Outputable
- 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 Outputable
The
Outputable interface allows objects, mainly GeneralFunctions, to be converted to an OutputFunction for processing.-
Method Summary
Modifier and Type Method Description OutputFunctiontoOutputFunction()Converts this function into anOutputFunctionfor use in string conversion
-
Method Details
-
toOutputFunction
OutputFunction toOutputFunction()Converts this function into anOutputFunctionfor use in string conversion- Returns:
- this function as an
OutputFunction
-