Package jscl.math.function
Class Inv
- java.lang.Object
-
- jscl.math.Variable
-
- jscl.math.function.Function
-
- jscl.math.function.Algebraic
-
- jscl.math.function.Frac
-
- jscl.math.function.Inv
-
- All Implemented Interfaces:
java.lang.Comparable,jscl.editor.rendering.MathObject
public class Inv extends 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 Genericevaluate()protected Variablenewinstance()Genericparameter()-
Methods inherited from class jscl.math.function.Frac
antiderivative, derivative, evalelem, evalfunc, evalnum, evalsimp, integer, rootValue, toMathML, toString
-
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
-
-