Polynomial
Represents univariate polynomial that stores its coefficients in a List.
Parameters
C
the type of constants.
Functions
Link copied to clipboard
Represent this polynomial as a regular context-less function.
Link copied to clipboard
@UnstableKMathAPI
Returns algebraic derivative of received polynomial.
Link copied to clipboard
@UnstableKMathAPI
Returns algebraic antiderivative of received polynomial.
@UnstableKMathAPI
Computes a definite integral of this polynomial in the specified range.