Package jscl.math.function.bool
Class Bool2
- java.lang.Object
-
- jscl.math.Variable
-
- jscl.math.function.Function
-
- jscl.math.function.Bool
-
- jscl.math.function.bool.Bool2
-
-
Field Summary
-
Fields inherited from class jscl.math.Variable
comparator, name
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract JSCLBooleanapply(JSCLBoolean a, JSCLBoolean b)Genericevalfunc()Genericevalnum()Genericevaluate()-
Methods inherited from class jscl.math.function.Bool
antiderivative, derivative, evalelem, evalsimp
-
Methods inherited from class jscl.math.function.Function
antiderivative, compareTo, derivative, elementary, expand, factorize, function, isConstant, numeric, parameters, simplify, substitute, toMathML, toString
-
Methods inherited from class jscl.math.Variable
compareTo, equals, expressionValue, isIdentity, nameToMathML, newinstance
-
-
-
-
Method Detail
-
apply
protected abstract JSCLBoolean apply(JSCLBoolean a, JSCLBoolean b)
-
-