Polynomial
Defines a polynomial in its canonical form.
Value parameters
- coefficients
-
the polynoms coefficients
- prime
-
the prime modulus
Attributes
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Computes y = P(x).
Computes y = P(x).
Value parameters
- x
-
the x value
Attributes
- Returns
-
the y value
Returns the present tracer for this object.
Returns the present tracer for this object.
Attributes
- Returns
-
the current tracer, by default the NullTracer
- Definition Classes
Returns a string representation of the Polynomial.
Returns a string representation of the Polynomial.
Attributes
- Returns
-
the string representation of the Polynomial
- Definition Classes
-
Any
Inherited methods
Custom control structure for tracing of embraced code blocks.
Custom control structure for tracing of embraced code blocks.
Type parameters
- T
-
the actual type of the embraced code block
Value parameters
- block
-
the embraced code block
- callee
-
the call site
- method
-
denotes the method signature
- resultType
-
denotes the return type
Attributes
- Returns
-
returns whatever block returns
- Inherited from:
- Tracing
Concrete fields
the remaining coefficients while dropping leading zeros
the remaining coefficients while dropping leading zeros
Attributes
the degree of the polynomial
the degree of the polynomial
Attributes
indicates the zero polynomial
indicates the zero polynomial