Package jscl.math.function
Class Frac
- java.lang.Object
-
- jscl.math.Variable
-
- jscl.math.function.Function
-
- jscl.math.function.Algebraic
-
- jscl.math.function.Frac
-
-
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()booleaninteger()protected Variablenewinstance()RootrootValue()java.lang.StringtoMathML()java.lang.StringtoString()-
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
-
Methods inherited from class jscl.math.Variable
compareTo, equals, expressionValue, isIdentity, nameToMathML
-
-
-
-
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
-
integer
public boolean integer()
-
toMathML
public java.lang.String toMathML()
-
newinstance
protected Variable newinstance()
- Specified by:
newinstancein classVariable
-
-