Class Polynomial.Builder<S>
java.lang.Object
dk.jonaslindstrom.ruffini.polynomials.elements.Polynomial.Builder<S>
- Enclosing class:
- Polynomial<E>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAdd a value to the i'th coefficient of the polynomial being built.build()
Set the i'th coefficient of the polynomial being built.
-
Constructor Details
-
Builder
-
-
Method Details
-
set
Set the i'th coefficient of the polynomial being built. If this coefficient has been set before, it will be overwritten. -
addTo
Add a value to the i'th coefficient of the polynomial being built. -
build
-