Click or drag to resize

PolynomialReduce Method

Removes trailing zeros from the coefficient vector.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public Polynomial Reduce()

Return Value

Polynomial
A reference to self.
Remarks
The coefficient vector is never reduced past a length of 1, even if the value of the last remaining coefficient is zero.
See Also