Package jscl.math.operator
Class Division
- java.lang.Object
-
- jscl.math.Variable
-
- jscl.math.operator.Operator
-
- jscl.math.operator.Division
-
- All Implemented Interfaces:
java.lang.Comparable,jscl.editor.rendering.MathObject
public class Division extends Operator
-
-
Field Summary
-
Fields inherited from class jscl.math.Variable
comparator, name
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Genericcompute()protected Variablenewinstance()-
Methods inherited from class jscl.math.operator.Operator
antiderivative, compareTo, derivative, elementary, expand, factorize, function, isConstant, numeric, parameters, simplify, substitute, toMathML, toString, variables
-
Methods inherited from class jscl.math.Variable
compareTo, equals, expressionValue, isIdentity, nameToMathML
-
-