public final class Constant<R extends Ring<R>> extends Polynomial<R>
This class represents a constant function (polynomial of degree 0).
Modifier and Type | Method and Description |
---|---|
R |
getValue()
Returns the constant value for this function.
|
static <R extends Ring<R>> |
valueOf(R value)
Returns a constant function of specified value.
|
compose, compose, copy, differentiate, equals, evaluate, getCoefficient, getOrder, getTerms, getVariables, hashCode, integrate, minus, minus, opposite, plus, plus, plus, pow, times, times, times, toText, valueOf, valueOf