Package jscl.math.function
Class Pow
- java.lang.Object
-
- jscl.math.Variable
-
- jscl.math.function.Function
-
- jscl.math.function.Algebraic
-
- jscl.math.function.Pow
-
- All Implemented Interfaces:
java.lang.Comparable,jscl.editor.rendering.MathObject
public class Pow 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(int n)Genericantiderivative(Variable variable)Genericderivative(int n)Genericevalelem()Genericevalfunc()Genericevalnum()Genericevalsimp()Genericevaluate()protected Variablenewinstance()RootrootValue()java.lang.StringtoString()-
Methods inherited from class jscl.math.function.Function
compareTo, derivative, elementary, expand, factorize, function, isConstant, numeric, parameters, simplify, substitute, toMathML
-
Methods inherited from class jscl.math.Variable
compareTo, equals, expressionValue, isIdentity, nameToMathML
-
-
-
-
Method Detail
-
rootValue
public Root rootValue() throws NotRootException
- Specified by:
rootValuein classAlgebraic- Throws:
NotRootException
-
antiderivative
public Generic antiderivative(Variable variable) throws NotIntegrableException
- Overrides:
antiderivativein classFunction- Throws:
NotIntegrableException
-
antiderivative
public Generic antiderivative(int n) throws NotIntegrableException
- Overrides:
antiderivativein classAlgebraic- Throws:
NotIntegrableException
-
derivative
public Generic derivative(int n)
- Specified by:
derivativein classFunction
-
newinstance
protected Variable newinstance()
- Specified by:
newinstancein classVariable
-
-