Package jscl.math.polynomial
Class JSCLBoolean
java.lang.Object
jscl.math.Generic
jscl.math.polynomial.ModularInteger
jscl.math.polynomial.JSCLBoolean
- All Implemented Interfaces:
Comparable,jscl.editor.rendering.MathObject,Arithmetic,Field
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected JSCLBooleannewinstance(long content) toMathML()static JSCLBooleanvalueOf(boolean value) Methods inherited from class jscl.math.polynomial.ModularInteger
add, add, antiderivative, compareTo, compareTo, content, degree, derivative, divide, elementary, eval, expand, expressionValue, factorize, factory, function, gcd, gcd, integerValue, inverse, isConstant, isPolynomial, modulo, multiply, multiply, negate, numeric, powerValue, productValue, signum, simplify, substitute, subtract, subtract, sumValue, toString, valueof, valueOf, variables, variableValueMethods inherited from class jscl.math.Generic
abs, add, booleanValue, compareTo, divide, divideAndRemainder, equals, gcdAndNormalize, isIdentity, isOne, isZero, multiple, multiply, normalize, pow, pow, remainder, scm, subtract, vectorValue
-
Field Details
-
factory
-
-
Constructor Details
-
JSCLBoolean
public JSCLBoolean(long content)
-
-
Method Details
-
valueOf
-
toMathML
- Specified by:
toMathMLin interfacejscl.editor.rendering.MathObject- Overrides:
toMathMLin classModularInteger
-
newinstance
- Overrides:
newinstancein classModularInteger
-