Package jscl.math.polynomial
Class JSCLBoolean
- java.lang.Object
-
- jscl.math.Generic
-
- jscl.math.polynomial.ModularInteger
-
- jscl.math.polynomial.JSCLBoolean
-
- All Implemented Interfaces:
java.lang.Comparable,jscl.editor.rendering.MathObject,Arithmetic,Field
public class JSCLBoolean extends ModularInteger
-
-
Field Summary
Fields Modifier and Type Field Description static JSCLBooleanfactory
-
Constructor Summary
Constructors Constructor Description JSCLBoolean(long content)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected JSCLBooleannewinstance(long content)java.lang.StringtoMathML()static JSCLBooleanvalueOf(boolean value)-
Methods inherited from class jscl.math.polynomial.ModularInteger
add, add, antiderivative, compareTo, compareTo, content, degree, derivative, divide, elementary, 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, variableValue
-
Methods 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 Detail
-
factory
public static final JSCLBoolean factory
-
-
Method Detail
-
valueOf
public static JSCLBoolean valueOf(boolean value)
-
toMathML
public java.lang.String toMathML()
- Specified by:
toMathMLin interfacejscl.editor.rendering.MathObject- Overrides:
toMathMLin classModularInteger
-
newinstance
protected JSCLBoolean newinstance(long content)
- Overrides:
newinstancein classModularInteger
-
-