Package jscl.math
Class DoubleVariable
java.lang.Object
jscl.math.Variable
jscl.math.GenericVariable
jscl.math.DoubleVariable
- All Implemented Interfaces:
Comparable,jscl.editor.rendering.MathObject
-
Field Summary
Fields inherited from class jscl.math.Variable
comparator, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionantiderivative(Variable variable) derivative(Variable variable) eval()expand()protected Variablesimplify()substitute(Variable variable, Generic generic) symbolic()Methods inherited from class jscl.math.GenericVariable
content, function, isConstant, numeric, toMathML, toString, variableCompareToMethods inherited from class jscl.math.Variable
compareTo, compareTo, equals, expressionValue, isIdentity, nameToMathML
-
Constructor Details
-
DoubleVariable
-
-
Method Details
-
symbolic
-
antiderivative
- Overrides:
antiderivativein classGenericVariable- Throws:
NotIntegrableException
-
derivative
- Overrides:
derivativein classGenericVariable
-
substitute
- Overrides:
substitutein classGenericVariable
-
eval
- Overrides:
evalin classGenericVariable
-
expand
- Overrides:
expandin classGenericVariable
-
factorize
- Overrides:
factorizein classGenericVariable
-
elementary
- Overrides:
elementaryin classGenericVariable
-
simplify
- Overrides:
simplifyin classGenericVariable
-
newinstance
- Specified by:
newinstancein classVariable
-