Package jscl.math.function
Class Cubic
- java.lang.Object
-
- jscl.math.Variable
-
- jscl.math.function.Function
-
- jscl.math.function.Algebraic
-
- jscl.math.function.Cubic
-
- All Implemented Interfaces:
java.lang.Comparable,jscl.editor.rendering.MathObject
public class Cubic extends Algebraic
-
-
Field Summary
-
Fields inherited from class jscl.math.Variable
comparator, name
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Genericantiderivative(Variable variable)Genericderivative(int n)Genericevalelem()Genericevalfunc()Genericevalnum()Genericevalsimp()Genericevaluate()protected Variablenewinstance()RootrootValue()java.lang.StringtoMathML()-
Methods inherited from class jscl.math.function.Algebraic
antiderivative
-
Methods inherited from class jscl.math.function.Function
compareTo, derivative, elementary, expand, factorize, function, isConstant, numeric, parameters, simplify, substitute, toString
-
Methods inherited from class jscl.math.Variable
compareTo, equals, expressionValue, isIdentity, nameToMathML
-
-
-
-
Constructor Detail
-
Cubic
public Cubic(Generic generic)
-
-
Method Detail
-
antiderivative
public Generic antiderivative(Variable variable) throws NotIntegrableException
- Overrides:
antiderivativein classFunction- Throws:
NotIntegrableException
-
derivative
public Generic derivative(int n)
- Specified by:
derivativein classFunction
-
toMathML
public java.lang.String toMathML()
-
newinstance
protected Variable newinstance()
- Specified by:
newinstancein classVariable
-
-