Package jscl.math.function
Class Function
java.lang.Object
jscl.math.Variable
jscl.math.function.Function
- All Implemented Interfaces:
Comparable,jscl.editor.rendering.MathObject
- Direct Known Subclasses:
Abs,Algebraic,ArcTrigonometric,Bool,Comparison,Conjugate,Exp,ImplicitFunction,Log,Trigonometric
-
Field Summary
FieldsFields inherited from class jscl.math.Variable
comparator, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Genericantiderivative(int n) antiderivative(Variable variable) abstract Genericderivative(int n) derivative(Variable variable) eval()abstract Genericevalelem()abstract Genericevalfunc()abstract Genericevalnum()abstract Genericevalsimp()abstract Genericevaluate()expand()booleanisConstant(Variable variable) numeric()Generic[]simplify()substitute(Variable variable, Generic generic) toMathML()toString()intvariableCompareTo(Variable variable) Methods inherited from class jscl.math.Variable
compareTo, compareTo, equals, expressionValue, isIdentity, nameToMathML, newinstance
-
Field Details
-
parameter
-
-
Constructor Details
-
Function
-
-
Method Details
-
parameters
-
evaluate
-
evalelem
-
evalsimp
-
evalfunc
-
evalnum
-
antiderivative
- Specified by:
antiderivativein classVariable- Throws:
NotIntegrableException
-
antiderivative
- Throws:
NotIntegrableException
-
derivative
- Specified by:
derivativein classVariable
-
derivative
-
substitute
- Specified by:
substitutein classVariable
-
eval
-
expand
-
factorize
-
elementary
- Specified by:
elementaryin classVariable
-
simplify
-
function
-
numeric
-
isConstant
- Specified by:
isConstantin classVariable
-
variableCompareTo
- Specified by:
variableCompareToin classVariable
-
toString
-
toMathML
-